IFERROR twice?

JoJoF

New Member
Joined
Mar 18, 2020
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi

I have a simple formula I’m using to pull data from other tabs on a spreadsheet =IFERROR( VLOOKUP(A33,tab1,9,FALSE),””)

This has been working fine until I now want to pull through data from a field that has a date in it. Now, if the particular cell it’s pulling from doesn’t have a date it shows 00/01/1900 when I would like it to just be a blank cell instead.

It’s like it needs another IFERROR within it but wherever I put it I just get an error

Can someone help me please?

thank you
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi & welcome to MrExcel.
What is tab1?
 
Upvote 0
That is not a legal name for a table as it is a cell reference.
 
Upvote 0
However you can use
=IFERROR( 1/(1/VLOOKUP(A33,Tab1,9,FALSE)),"")
 
Upvote 0

That is not a legal name for a table as it is a cell reference.
i have substituted the actual name of the table as it contains confidential information. The formula works as it is it’s just that I need it to show a blank field If there is no date in the field it is looking up rather than 00/01/1900 as it is doing at the moment.
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

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