Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not sure exactly what you wanted but try this
=IF(WEEKDAY(NOW())=2,"8:00 p.m.",IF(WEEKDAY(NOW())=3,"8:00 p.m.",IF(NOW()B1,NOW(),B1))) if you want to check just in B1 change my now() to B1 -- -John Northwest11 Please rate when your question is answered to help us and others know what is helpful. "Sean" wrote: I have the formula below which states that if NOW is greater than the Time in B1 (which is 3:00pm) then return NOW, oherwise return 3pm. =IF(NOW()B1,NOW(),B1) How would I construct a formula that says if the days is any day other than Tuesday or Wednesday, then use the formula above, but if it is Tuesday or Wednesday, then B1 should be 8:00pm? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating Excess Days Formula | Excel Worksheet Functions | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Vacation Accrual Formula | Excel Worksheet Functions | |||
Formula for # of sales days in a month? | Excel Worksheet Functions |