Wildcard in IF() function

E

Ezra

I am attempting to us the following formula "=IF
(C16="Date*",C16,B15)The B16 field contains dates that are
labeled like this: Date: 07/28/2003. I am trying to have
the cell look for the dates in the C column and fill in
the B column with either the new date or the date from the
cell above. I have tried multiple things to get it to
take the wildcard with no luck.

Thank you in advance,

Ezra
 
D

DD

If just looking for word Date this will help

=IF(FIND("Date",C4,1)=1, "Found it", "Not here")

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top