Hi, I am trying the following and seek some help.
I have an array that looks something like:
A____ | B_ | C_ | D_ | E_ | F_ |
ID-52 | 80 | 90 | "" | 70 | "" |
ID-53 | 45 | "" | "" | "" | 43 |
ID-54 | "" | "" | 67 | "" | "" |
ID-54 | "" | 88 | 88 | "" | 88 |
I am looking for a formula that will help me identify the right-most value in each row that is not a zero or "" (null).
So the result that I am expecting in the above data is:
for ID-52 >> 70
for ID-53 >> 43
for ID-54 >> 67
for ID-54 >> 88
Thanks for the help.
Vikas
I have an array that looks something like:
A____ | B_ | C_ | D_ | E_ | F_ |
ID-52 | 80 | 90 | "" | 70 | "" |
ID-53 | 45 | "" | "" | "" | 43 |
ID-54 | "" | "" | 67 | "" | "" |
ID-54 | "" | 88 | 88 | "" | 88 |
I am looking for a formula that will help me identify the right-most value in each row that is not a zero or "" (null).
So the result that I am expecting in the above data is:
for ID-52 >> 70
for ID-53 >> 43
for ID-54 >> 67
for ID-54 >> 88
Thanks for the help.
Vikas