assigning # to day

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a formula where I can assign a number to the day of the week.

for instance; if I input "wednesday" can it return "3"?

I want to go a step beyond that and have it return columns "3,14,31 & 54"
but that is detail minor.

Thanks,
Blake
 
=MATCH(A1,{"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"},0)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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