Hello,
I am trying to figure out a formula that gives me the header result.
example:
H2 the result should be DEF
H3 the result should be FGH
H4 the result should be DEF
H5 the result should be BCD
H6 the result should be ABC
H7 the result should be ABC
Excel Spreadsheet
A B C D E F G H
1 ABC BCD CDE DEF EFG FGH
2 -1 -1 -5 9 -1 -1 =IF(B3:G3>0,B2:G2,"")
3 -1 -1 -5 -1 -1 9
4 -1 -1 -1 5 -1 -1
5 -2 8 -6 4 -2 -2
6 6 -1 -1 -1 -1 -2
7 4 -3 -7 3 -3 6
I hope someone could help me in this formula.
Thanks
FLDS
I am trying to figure out a formula that gives me the header result.
example:
H2 the result should be DEF
H3 the result should be FGH
H4 the result should be DEF
H5 the result should be BCD
H6 the result should be ABC
H7 the result should be ABC
Excel Spreadsheet
A B C D E F G H
1 ABC BCD CDE DEF EFG FGH
2 -1 -1 -5 9 -1 -1 =IF(B3:G3>0,B2:G2,"")
3 -1 -1 -5 -1 -1 9
4 -1 -1 -1 5 -1 -1
5 -2 8 -6 4 -2 -2
6 6 -1 -1 -1 -1 -2
7 4 -3 -7 3 -3 6
I hope someone could help me in this formula.
Thanks
FLDS