Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to default to a Friday when a date is entered in a cell. For
example: Cell A2 = 4/2/07 Cell A3 should default to 4/6/07 So for any date from Saturday to Friday would default to the Friday. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A2+IF(WEEKDAY(A2)=7,13-WEEKDAY(A2),6-WEEKDAY(A2))
"jhicsupt" wrote: I would like to default to a Friday when a date is entered in a cell. For example: Cell A2 = 4/2/07 Cell A3 should default to 4/6/07 So for any date from Saturday to Friday would default to the Friday. Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks - it worked great!
"BoniM" wrote: =A2+IF(WEEKDAY(A2)=7,13-WEEKDAY(A2),6-WEEKDAY(A2)) "jhicsupt" wrote: I would like to default to a Friday when a date is entered in a cell. For example: Cell A2 = 4/2/07 Cell A3 should default to 4/6/07 So for any date from Saturday to Friday would default to the Friday. Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are very welcome... happy to help!
"jhicsupt" wrote: Thanks - it worked great! "BoniM" wrote: =A2+IF(WEEKDAY(A2)=7,13-WEEKDAY(A2),6-WEEKDAY(A2)) "jhicsupt" wrote: I would like to default to a Friday when a date is entered in a cell. For example: Cell A2 = 4/2/07 Cell A3 should default to 4/6/07 So for any date from Saturday to Friday would default to the Friday. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How t count by week whatever is with in the week (two criteria, ma | Excel Discussion (Misc queries) | |||
group sales by week and week number | Excel Discussion (Misc queries) | |||
Tie a Calendar week to a Scoped Projected Week | Excel Worksheet Functions | |||
How do I set up a week by week skill training schedule in excel? | Excel Discussion (Misc queries) | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) |