Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sun, 21 Aug 2011 23:02:02 -0400, Ron Rosenfeld
wrote: On Fri, 12 Aug 2011 06:08:00 -0700 (PDT), StargateFan wrote: I have a very specific formula that I need to keep the same. However, I need to make the output come out as a weekday at all times. How can I do this pls? =CHOOSE(WEEKDAY(TODAY()+1),"Sn","Mn","Tu","Wd"," Th","Fr","Sa") & TEXT(TODAY()+1,"\.mmm.dd.yyyy") Thanks so much!! :oD You can use the WORKDAY function. =CHOOSE(WEEKDAY(WORKDAY(TODAY(),1)),"Sn","Mn","Tu ","Wd","Th","Fr","Sa") & TEXT(WORKDAY(TODAY(),1),"\.mmm.dd.yyyy") In versions of Excel prior to 2007, if you get a #NAME! error, look at help for the WORKDAY function for instructions as to installing the Analysis Tool Pak Thanks, that's good to know re the Analysis Tool Pak. Will give the formula a try, thanks! I spent hours on the weekend trying to figure out how to do this. Thanks again for everyone's help. Excel gets us out of tight spots! <g |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula help: Duration Without Weekend Days | Excel Discussion (Misc queries) | |||
Calc occurrances for weekday omitting weekend data | Excel Worksheet Functions | |||
if formula returns a weekend - move it forward to next weekday | Excel Worksheet Functions | |||
Formula to Remove Weekend Days | Excel Discussion (Misc queries) | |||
Change the text format for weekend days (Sat, Sun) | Excel Worksheet Functions |