Day of week concacted from three cells

  • Thread starter Thread starter MABeatty
  • Start date Start date
M

MABeatty

I have three seperate cells "Year" "Month" "Day". I need to get the da
of week out of it. Can I concantinate three values to get the day o
week back.

As a quick example how can I make this work

A B C
2006 January 1

=weekday(A1&B1&c1
 
=CHOOSE(WEEKDAY(CONCATENATE(day,"/",month,"/",year)),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

try this

where day is put a cell value
where month is put a cell value
where year is put a cell value

try thi
 
Hi MABeatty,

one way is create in a auxiar area a table as:
Col M Col N
January 1
February 2
March 3
....
December 12

and use a function like this: =weekday(date(a2,vlookup(b2,m1:m12,2),c2))

Format as custom ddd - to Sun or dddd to return Sunday

hth
regards from Brazil
Marcelo


"MABeatty" escreveu:
 

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

Similar Threads


Back
Top