IF function trouble

  • Thread starter Thread starter raye
  • Start date Start date
R

raye

I'm a beginner, so bear with me...

I'm trying to create an IF statement that will say whether or not a
given date since January,1,1900 is a friday. It should answer "yes" or
"no". I've read a lot of the postings and I'm more confused then
ever.. Please give me some big hints and explain.. Thanx, Raye
:confused:
 
Try:

=IF(WEEKDAY(A1,1)=6,"Yes","N0")

or just

=A1 and custom format the cell as dddd and it will show the day of the week

--
HTH

Sandy
(e-mail address removed)
Replace@mailinator with @tiscali.co.uk
 

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

Back
Top