Not showing #N/A

  • Thread starter Thread starter rexmann
  • Start date Start date
R

rexmann

Hi

Is there a way to set the excel column so it does not display the #N/A

I have a spreadsheet with a V-look up ready to calculate when the user
enters the details but until this happens it comes up with a little green
triangle and a #N/A - where I want it to remain blank

Any suggestions greatly appreciated
 
Just trap it with an IF(ISNA(...) construct, indicatively like this:
=IF(ISNA(vlookup(...)),"",vlookup(...))
 
Hi Max

Job done, thank you

Cheers Rexmann

Max said:
Just trap it with an IF(ISNA(...) construct, indicatively like this:
=IF(ISNA(vlookup(...)),"",vlookup(...))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formula returns #N/A 1
#N/A 5
Vlookup - N/A 4
#N/A 4
Formula Help 9
Ignoring Cells Returning #N/A 4
#N/A Conditional Formatting affects all cells? 9
Avoiding #N/A 8

Back
Top