Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
I am trying to make up a spreadsheet for a room booking system that states both the day and date ie. Monday 1 January 2007. How do I add a formula that will automatically change the day and date and omit weekends? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's say the entered date is in A1. In another cell enter:
=IF(OR(WEEKDAY(A1)=7,WEEKDAY(A1)=1),"",A1) and format that cell as custom dddd dd mmmm yyyy So if the entered date is a weekend date the formula returns a blank. -- Gary's Student "msiz" wrote: hi I am trying to make up a spreadsheet for a room booking system that states both the day and date ie. Monday 1 January 2007. How do I add a formula that will automatically change the day and date and omit weekends? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Number of Months Weeks and Days Between Two Dates | Excel Worksheet Functions | |||
adding only working days to dates | Excel Discussion (Misc queries) | |||
challenging formula(for me), counting days between dates for multipleyears | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Brainteaser about Days Between Dates | Excel Discussion (Misc queries) |