Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.templates,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here are 2 pieces that might help:
1. Insert a New Column with Quarter (Col B) Created from Week date: ="Q"&ROUNDUP(A2/13,0) Created from Calender date: ="Q"&ROUND(MONTH(A2)/3,0) 2. Where col B is Q1, Sum every row in col C: =SUMIF(B1:B52,"=Q1",C1:C52) Ola Sandstrom Note: Quarter from weekdate will not entierly correct, as Jim points out. Quarter from calendar date will be correct. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
quarterly reports | Excel Discussion (Misc queries) | |||
quarterly reports | Excel Worksheet Functions | |||
quarterly reports | Excel Programming | |||
quarterly reports | Excel Worksheet Functions | |||
quarterly reports | Excel Worksheet Functions |