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

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
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,215,460
Messages
6,124,949
Members
449,198
Latest member
MhammadishaqKhan

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