Standard VLOOKUP but need to replace #N/A with blank

coffee11

New Member
Joined
Sep 26, 2004
Messages
30
Hi,

How do you change this VLOOKUP so that if the result is #N/A, and if the field is blank, the result will be either "no" or a blank field?

=VLOOKUP(A8,'PROCESS Trk'!$C$9:$O$53,13,FALSE)
 
Re: Does anybody know how to VLOOKUP dates without returning

coffee11 said:
the empty fields in the VLOOKUP as 00/01/1900 (I want them to be empty)

if you mean there are empty fields in your lookup table, enter ="" in the empty cells (courtesy of Mark W.)
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Dont know if you still need this but another solution for you:

=if(iserror(VLOOKUP(A8,'PROCESS Trk'!$C$9:$O$53,13,FALSE)),"",VLOOKUP(A8,'PROCESS Trk'!$C$9:$O$53,13,FALSE))

Cheers
Grimbo
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,582
Members
449,089
Latest member
Motoracer88

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