S
Stacy
I'm trying to scan 12 columns (H to S) from right to left
and neet to return the frist value that is not zero.
I've tried embeded if statements and can get through 9 of
the columns but can not add the 3 additional another
embedded if.
=IF(P8=0,IF(O8=0,IF(N8=0,IF(M8=0,IF(L8=0,IF(K8=0,IF(J8=0,IF
(I8=0,H8,I8),J8),K8),L8),M8),N8),O8),P8)
I have to believe there is a better way but I can't figure
it out.
Any help would be appreciated.
Stacy
and neet to return the frist value that is not zero.
I've tried embeded if statements and can get through 9 of
the columns but can not add the 3 additional another
embedded if.
=IF(P8=0,IF(O8=0,IF(N8=0,IF(M8=0,IF(L8=0,IF(K8=0,IF(J8=0,IF
(I8=0,H8,I8),J8),K8),L8),M8),N8),O8),P8)
I have to believe there is a better way but I can't figure
it out.
Any help would be appreciated.
Stacy