thestranger66
New Member
- Joined
- Nov 11, 2015
- Messages
- 22
Hi Everyone,
I am in need of an INDEX function that is capable of returning both blanks and zeros from a column of data. Normally an when and INDEX function comes across a blank it returns a "0". A lot of people on the forums seem to devise solutions to similar problems using IF statements where all 0's are replaced with ""'s, but that doesn't work in my case since the data I want to be returning may contain both zeros and blanks. Below is a sample input and output that should clarify what I am trying to accomplish.
1 -> 1
2 -> 2
3 -> 3
0 -> 0
4 -> 4
""-> ""
5 -> 5
6 -> 6
Thanks in advance!
I am in need of an INDEX function that is capable of returning both blanks and zeros from a column of data. Normally an when and INDEX function comes across a blank it returns a "0". A lot of people on the forums seem to devise solutions to similar problems using IF statements where all 0's are replaced with ""'s, but that doesn't work in my case since the data I want to be returning may contain both zeros and blanks. Below is a sample input and output that should clarify what I am trying to accomplish.
1 -> 1
2 -> 2
3 -> 3
0 -> 0
4 -> 4
""-> ""
5 -> 5
6 -> 6
Thanks in advance!
Last edited: