cicjospencer
New Member
- Joined
- Mar 29, 2019
- Messages
- 1
I have a VLOOKUP formula where if the result is "#N/A" or "0" I want the cell to return the text "not provided".
I'm sure a nested formula would work, but I can't figure it out. Here's my formula at present:
=IF(ISNA(VLOOKUP([Tracker Site ID],Table17,5,0)),"not provided",VLOOKUP([Tracker Site ID],Table17,5,0))
Any help is greatly appreciated.
I'm sure a nested formula would work, but I can't figure it out. Here's my formula at present:
=IF(ISNA(VLOOKUP([Tracker Site ID],Table17,5,0)),"not provided",VLOOKUP([Tracker Site ID],Table17,5,0))
Any help is greatly appreciated.