VLOOKUP Returning date as 00/01/1900

Liam_1988

New Member
Joined
Apr 30, 2020
Messages
25
Office Version
  1. 2013
Platform
  1. Windows
My formula is returning date as 00/01/1900 with this formula:
=IFERROR(VLOOKUP($A3,'Processing Analytics.xlsx'!Table1[[Completion time]:[Closure Date:]],MATCH("Closure Date:",'Processing Analytics.xlsx'!Table1[[#Headers],[Completion time]:[Closure Date:]],0),0),"")

I've tried looking through the other articles and tried adding in an additional VLOOKUP statement but it's not working.

I need the return value to be blank if the cell is empty.

Any ideas?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
How about
Excel Formula:
=IFERROR(1/(1/VLOOKUP($A3,'Processing Analytics.xlsx'!Table1[[Completion time]:[Closure Date:]],MATCH("Closure Date:",'Processing Analytics.xlsx'!Table1[[#Headers],[Completion time]:[Closure Date:]],0),0)),"")
 
Upvote 0
How about
Excel Formula:
=IFERROR(1/(1/VLOOKUP($A3,'Processing Analytics.xlsx'!Table1[[Completion time]:[Closure Date:]],MATCH("Closure Date:",'Processing Analytics.xlsx'!Table1[[#Headers],[Completion time]:[Closure Date:]],0),0)),"")
Thank you Fluff,

Unfortunately that didn't work. The "IFERROR" was referencing the "(1/(1/(" part of the formula and selecting data from the same workbook instead of the correct workbook.
 
Upvote 0
That formula does exactly what your formula did, but if the result of the formula is 0 or blank you will get a blank cell.
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,077
Latest member
Jocksteriom

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