![]() |
#1
|
|||
|
|||
![]()
Hi, Im trying to look at a row of numbers on a different sheet (b3;ae3)and if any of them are above 2 (or some other value i choose), then return the value from the first cell (a3). The numbers are sometimes in negative and positive.
I tried: =IF(ABS('Max - Bins'!B3:AE3)>=1,'Max - Bins'!A3) I get a FALSE replay but it should be a true reply because there are numbers above 1. It does work when I make it >=.3 or less, which is weird and makes me think im messing up the ABS part of this because most of the numbers in the row are negative. Here are some of the values I'm looking at in be:ae3 -0.229 -0.210 -0.466 -0.598 -0.778 -0.946 -0.994 -1.058 -0.972 -0.793 -0.749 0.619 -0.311 Solution found: =IF(OR(ABS('Max - Bins'!B5:AE5)>=1),'Max - Bins'!A5) Last edited by kevinU; 03-15-2017 at 06:12 PM. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Lkh1004 | Excel | 3 | 12-16-2015 02:47 PM |
![]() |
cangelis | Excel | 2 | 04-08-2015 05:55 PM |
![]() |
teza2k06 | Excel | 1 | 03-11-2015 12:44 AM |
Add a statement | sma | Word | 6 | 03-23-2014 10:30 AM |
![]() |
cangelis | Excel | 4 | 01-03-2014 09:10 AM |