View Single Post
  #2   Report Post  
Cutter
 
Posts: n/a
Default


One way:

In A1 type: =CHOOSE(WEEKDAY(TODAY()),"S","M","T","W","T","F"," S")

In B1 type:
=CHOOSE(IF(WEEKDAY(TODAY()+1)=8,1,WEEKDAY(TODAY()+ 1)),"S","M","T","W","T","F","S")

In C1 type:
=CHOOSE(IF(WEEKDAY(TODAY()+2)=8,1,WEEKDAY(TODAY()+ 2)),"S","M","T","W","T","F","S")

etc. (changing only the number added to TODAY() in both instances in
each formula


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=474538