View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Auto input days of week


How about something like this:

=TEXT(WEEKDAY(A3),"ddd") copied down
for all week days

or

=IF(AND(WEEKDAY(A3)1,WEEKDAY(A3)<7),TEXT(WEEKDAY( A3),"ddd"),"")
week days only, no weekend days

or simply
=A3 with cells formatted as "ddd"

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=498071