R
Rick Manasa
Greetings All -
I have a problem that is giving me fits. I want Excel to check a range
of cells, and branch left or right, depending on if there's anything in
any cell in the range. Here's how the formula looks:
=IF((P$11134=""),"",IF(E134<MIN(E114:E133),E134,""))
The second IF statement works just fine by itself. The first IF
statement is to keep the spreadsheet "neat", by preventing the second
IF from calculating and displaying data I don't need.
Here's what's really got me boggled: If the range *ends* on a cell that
has data, the formula branches to the second IF. If the range merely
*contains* a cell with data - one that isn't the last cell of the range
- it doesn't branch to the second IF. Weird, huh?
Let me know if you need more information. Any help appreciated.
Thanks!
Rick
I have a problem that is giving me fits. I want Excel to check a range
of cells, and branch left or right, depending on if there's anything in
any cell in the range. Here's how the formula looks:
=IF((P$11134=""),"",IF(E134<MIN(E114:E133),E134,""))
The second IF statement works just fine by itself. The first IF
statement is to keep the spreadsheet "neat", by preventing the second
IF from calculating and displaying data I don't need.
Here's what's really got me boggled: If the range *ends* on a cell that
has data, the formula branches to the second IF. If the range merely
*contains* a cell with data - one that isn't the last cell of the range
- it doesn't branch to the second IF. Weird, huh?
Let me know if you need more information. Any help appreciated.
Thanks!
Rick