J
Jonsson
Hi,
I wonder if anyone can help me with a formula that lookup the first cell in
a row that occures when the sum is greater than or equal with 1.
Sometimes the formula below is returning zero, and sometimes it´s returning
the real value, all depending if N5>1 or not. I want to get the first value
that occurs when N5>1 in a target cellrange "B1".
=IF(N5<1;"";(N3-N4))
And vice versa to return the value that is last in the row to be > 1
Thanks in advance
//Thomas
I wonder if anyone can help me with a formula that lookup the first cell in
a row that occures when the sum is greater than or equal with 1.
Sometimes the formula below is returning zero, and sometimes it´s returning
the real value, all depending if N5>1 or not. I want to get the first value
that occurs when N5>1 in a target cellrange "B1".
=IF(N5<1;"";(N3-N4))
And vice versa to return the value that is last in the row to be > 1
Thanks in advance
//Thomas