Comparing cells with text to cells with numeric values.

D

David B

I am manually entering an abrv. day of the week in one cell and need to
compare that to a formula generated day of the week in another cell in a what
if statement. At this point I have been unable to figure out how to make the
two cells communicate.
 
J

Joel

This will return a three character abbreveation using any date

WeekdayName(Weekday(DateValue("4/25/08")), abbreviate:=True)
 

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