J
jkrons
I have some values in A1:H1. Some cells can be empty or 0. I like a
formula, that will return the rightmost number, larger than zero.
This can be in any cell in the row.
A1 B1 C1 D1 E1 F1 G1 H1
1 2 4 0 5 0
should return 5
A1 B1 C1 D1 E1 F1 G1 H1
0 1 0 0
should return 1
A1 B1 C1 D1 E1 F1 G1 H1
9 8 13 0 2
should return 2
Any ideas?
Jan
formula, that will return the rightmost number, larger than zero.
This can be in any cell in the row.
A1 B1 C1 D1 E1 F1 G1 H1
1 2 4 0 5 0
should return 5
A1 B1 C1 D1 E1 F1 G1 H1
0 1 0 0
should return 1
A1 B1 C1 D1 E1 F1 G1 H1
9 8 13 0 2
should return 2
Any ideas?
Jan