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?
=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?