Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(OR(WEEKDAY(A5)=2,WEEKDAY(A5)=6),"OFF","")
Try it like this: =IF(OR(WEEKDAY(A5)={2,6}),"Off","") -- Biff Microsoft Excel MVP "das" wrote in message ... Disregard last message. I messed around and figured it out with this: =IF(OR(WEEKDAY(A5)=2,WEEKDAY(A5)=6),"OFF","") Thanks everyone for you help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
Given a date, how do I get the 1st date and the last date of theprevious month? | Excel Worksheet Functions | |||
Making a date go red, if date passes todays date. | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |