Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a worksheet for my flexi timesheet. it automatically populates the
dates for a month in collumn A based on the following formula: =IF(MONTH($A$18)=MONTH($A$18+ROW()-18),$A$18+ROW()-18,"") i want it to enter my usual hours in collumn N. but i want it to enter 0:00 if it is a weekend. i.e. IF A18 is a weekday enter 07:30 in cell N18, else 0:00 is this possible??? please help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=IF(WEEKDAY(A18,2)<6,"07:00","0:00")
"Jenna" wrote: i have a worksheet for my flexi timesheet. it automatically populates the dates for a month in collumn A based on the following formula: =IF(MONTH($A$18)=MONTH($A$18+ROW()-18),$A$18+ROW()-18,"") i want it to enter my usual hours in collumn N. but i want it to enter 0:00 if it is a weekend. i.e. IF A18 is a weekday enter 07:30 in cell N18, else 0:00 is this possible??? please help! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=IF(WEEKDAY(A18,2)<6,"07:00","0:00")
"Jenna" wrote: i have a worksheet for my flexi timesheet. it automatically populates the dates for a month in collumn A based on the following formula: =IF(MONTH($A$18)=MONTH($A$18+ROW()-18),$A$18+ROW()-18,"") i want it to enter my usual hours in collumn N. but i want it to enter 0:00 if it is a weekend. i.e. IF A18 is a weekday enter 07:30 in cell N18, else 0:00 is this possible??? please help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove weekends | Excel Worksheet Functions | |||
Change the weekends | Excel Worksheet Functions | |||
Skip weekends | Excel Worksheet Functions | |||
Weekends | Excel Worksheet Functions | |||
Weekends | Excel Worksheet Functions |