Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I need to write a formula that returns the number of weeks already past, in the current quarter. The value returned should include a partial week if today is the middle of the week. (sunday is the start of a week) Any help would be appreciated. I know I am being lazy, but I can't stay awake any longer. Thanks. -- Remove 7 numbers to email AD108 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=WEEKNUM(TODAY())-WEEKNUM(DATE(YEAR(TODAY()),INT((MONTH(TODAY())+2)/3)*3-2,1))
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "AD108" wrote in message ... Hello, I need to write a formula that returns the number of weeks already past, in the current quarter. The value returned should include a partial week if today is the middle of the week. (sunday is the start of a week) Any help would be appreciated. I know I am being lazy, but I can't stay awake any longer. Thanks. -- Remove 7 numbers to email AD108 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks alot Bob,
I'll study this one and figure it out. Ariel "Bob Phillips" wrote in message ... =WEEKNUM(TODAY())-WEEKNUM(DATE(YEAR(TODAY()),INT((MONTH(TODAY())+2)/3)*3-2,1 )) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "AD108" wrote in message ... Hello, I need to write a formula that returns the number of weeks already past, in the current quarter. The value returned should include a partial week if today is the middle of the week. (sunday is the start of a week) Any help would be appreciated. I know I am being lazy, but I can't stay awake any longer. Thanks. -- Remove 7 numbers to email AD108 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Return number of current sheet | Excel Worksheet Functions | |||
HELP - need to returns the current number of past month this year and ... | Excel Worksheet Functions | |||
how do i display the total number of days in the current month in. | Excel Discussion (Misc queries) | |||
HOW TO CALCULATE NUMBER OF WEEKS BETWEEN TWO GIVEN DATES(MAY BE . | Excel Worksheet Functions |