Hi all
Can you offer assistance?
I'm trying to return a value from a cell but the multiple ifs required exceed the limit in the formula bar.
Essentially, in the example below:
Budget May-11 Jun-11 Jul-11 Aug-11
3.0% 3.0% 3.0%
3.0% 3.0%
3.0%
Column A needs to return the date from Row 1 when the 1st in a sequence of numbers appears on each particular row. So in the example above, Row 2 (cell A2) would return May-11, Row 3 (cell A3) would return Jun-11, Row 4 (A4) Jul-11, Row 4 (A5) would return "N/A" if no figures appear.
The multiple if function that I am trying to run seems to only be able to cope with 8 or so arguments (=IF(A2>0,A$1,if(B2>0,B$1,if(C2>0,C$1,if(D2>0,D$1,if(E2>0,E$1,...),"N/A"))
Any advice extremely gratefully received
Thanks in advance
Splash
Can you offer assistance?
I'm trying to return a value from a cell but the multiple ifs required exceed the limit in the formula bar.
Essentially, in the example below:
Budget May-11 Jun-11 Jul-11 Aug-11
3.0% 3.0% 3.0%
3.0% 3.0%
3.0%
Column A needs to return the date from Row 1 when the 1st in a sequence of numbers appears on each particular row. So in the example above, Row 2 (cell A2) would return May-11, Row 3 (cell A3) would return Jun-11, Row 4 (A4) Jul-11, Row 4 (A5) would return "N/A" if no figures appear.
The multiple if function that I am trying to run seems to only be able to cope with 8 or so arguments (=IF(A2>0,A$1,if(B2>0,B$1,if(C2>0,C$1,if(D2>0,D$1,if(E2>0,E$1,...),"N/A"))
Any advice extremely gratefully received
Thanks in advance
Splash