I'm using the following formula:
=VLOOKUP($H2,Data!$A$2:$H$400,7,FALSE)
The issue is that there are some cells that are empty or blank, and it is returning 0.00. I need it to return N/A.
Potential issue is that there may be a valid return that should be 0.00
Thanks in advance.
=VLOOKUP($H2,Data!$A$2:$H$400,7,FALSE)
The issue is that there are some cells that are empty or blank, and it is returning 0.00. I need it to return N/A.
Potential issue is that there may be a valid return that should be 0.00
Thanks in advance.