How would I create an if statement within a cell that looks at another cell’s value and copies the value to it if it is a date. If it’s not a date it leaves the cell blank.
So far I have come up with something like this but it is obviously not working:
=if('TRACKING FILE'!I10=DATE,'TRACKING FILE'!I10, "")
Something like:
This copies numeric representation of dates or typical dates. Change the “true” according to your needs, depending on what you are going to do with it.