Logic function to return date or blank cell

GrahamCracker19

New Member
Joined
Nov 4, 2015
Messages
13
I'm trying to put together a formula that will find if a value in one table is a date to return that date otherwise return a blank cell. I want to use an index/match formula for my key data as the rows on the two tables will not necessarily be the same.

This is the formula that I tried
IF(INDEX('Sheet 1'!H:H,MATCH([@SOI2],'Sheet 1'!F:F,0))<>"",ISNUMBER(DATEVALUE([@[Ship Date 4/20]])))

The value that returns whether or not the cell is blank or a date is "FALSE"
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,214,516
Messages
6,119,979
Members
448,934
Latest member
audette89

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