dgavilanes
Member
Hello All,
I'm having a senior moment so I'm requesting for some help, I have a data source with "(blank)" cells that I need to convert them to #N/A using an IF statement but only where a value is not present, if a value exist then it should remain the same sample.The reason is that when working with graphs, a "(blank)" is treated as a number(0)but an #N/A works fine.
This is what I have:
A=(blank)
B=(blank)
C=10.2
What I'm looking for to happen:
A=N/A
B=N/A
C=10.2
Thanks a bunch!
Dennis
I'm having a senior moment so I'm requesting for some help, I have a data source with "(blank)" cells that I need to convert them to #N/A using an IF statement but only where a value is not present, if a value exist then it should remain the same sample.The reason is that when working with graphs, a "(blank)" is treated as a number(0)but an #N/A works fine.
This is what I have:
A=(blank)
B=(blank)
C=10.2
What I'm looking for to happen:
A=N/A
B=N/A
C=10.2
Thanks a bunch!
Dennis