View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How to get days of week by entering dates?

You don't need the WEEKDAY function, Mike.
=A1 will do the same, if you format as ddd.
--
David Biddulph

"Mike H" wrote in message
...
Hi,

Try this

=WEEKDAY(A1)

With a custom format of DDD

Mike

"jspaeth" wrote:

How do I set up a function that when I "input a date it gives me the day
of
the week" in another column?