hiding #N/A

sufianmalik

Board Regular
Joined
May 7, 2002
Messages
128
I want to hide #N/A whenever it appears on a spreadsheet - appears from vlookup calculations. Any ideas?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Conditional formating, formula is =ISERROR(#N/A)
format background and font to white. that will hide it, But I think you should be asking what is causing it, and how to get rid of it.

Colin.
 
Upvote 0
Hi thanks for your reply.

I did try conditional formatting previously without iserror but neither method seems to work anyway.

The error is generated from a vlookup formul and comes about because of the fourth argument, i just want to hide n/a from the screen

Can you help?
 
Upvote 0
In cond. format, choose formula is

=ISNA(A1)

Where A1 is the cell with the error; format the font = the background color.
 
Upvote 0
You could try something like this and change to suit

=IF(ISNA(VLOOKUP($B8,'sheet'!$A:$J,2,0)),0,(VLOOKUP($B8,'sheet'!$A:$J,2,0)))

HTH
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top