Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a simple function in Excel that will return the next known
date for a specific day of the week? Regards Stopher |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I do not know of a simple function - but I am using excel 97. However, this
will work. =IF(VLOOKUP(B12,$B$1:$C$7,2,FALSE)WEEKDAY(B11,1), B11+(VLOOKUP(B12,$B$1:$C$7,2,FALSE)-WEEKDAY(B11,1)),B11+7+(VLOOKUP(B12,$B$1:$C$7,2,FAL SE)-WEEKDAY(B11,1))) where the vlookup range is a table with Sunday thru Saturday in column 1 and 1 through 7 in column 2. B11 has the date in question, and B12 has the day of the week desired. " wrote: Is there a simple function in Excel that will return the next known date for a specific day of the week? Regards Stopher |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Absolutely excellent, Thankyou.
Stopher |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 4 Jul 2006 20:26:12 -0700, "Stopher" wrote:
Absolutely excellent, Thankyou. Stopher You're welcome. Glad it worked for you. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
date in Cell to change colors if the date is beyond today's date | Excel Discussion (Misc queries) | |||
Making a date go red, if date passes todays date. | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
copy date based on date -refer to date range | Excel Programming | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |