LIFEcontained
New Member
- Joined
- Mar 29, 2006
- Messages
- 4
Hi,
I've read several past posts on NETWORKDAY & WEEKDAY functions, but I'm still at a loss for my situation. (My sophistication level is low.)
I have a spreadsheet with an event date...and then several actions based on the event date. I want these actions to return only week days, regardless of what day of the week the event date is set for.
I'm using formulas like these (B4 is the event date):
=IF(ISBLANK($B$4),"",+$B$4-14)
=IF(ISBLANK($B$4),"",+$B$4+7)
=IF(ISBLANK($B$4),"",+$B$4+140)
Is there a way to have the cells that return a Saturday, replace it with a Friday instead? And those that return a Sunday replace it with a Monday? (I dream of having holidays switched out eventually, but I'd be happy with just getting over the weekend hump.)
Many thanks in advance for your advice.
Jan
I've read several past posts on NETWORKDAY & WEEKDAY functions, but I'm still at a loss for my situation. (My sophistication level is low.)
I have a spreadsheet with an event date...and then several actions based on the event date. I want these actions to return only week days, regardless of what day of the week the event date is set for.
I'm using formulas like these (B4 is the event date):
=IF(ISBLANK($B$4),"",+$B$4-14)
=IF(ISBLANK($B$4),"",+$B$4+7)
=IF(ISBLANK($B$4),"",+$B$4+140)
Is there a way to have the cells that return a Saturday, replace it with a Friday instead? And those that return a Sunday replace it with a Monday? (I dream of having holidays switched out eventually, but I'd be happy with just getting over the weekend hump.)
Many thanks in advance for your advice.
Jan