#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 183
Default Quarterly Formula

Hi!

I'm trying to find a formula to extract a total within each quarter without
including the year, thus avoiding on a yearly basis updating the year within
the formula.

The formula at present is :
=SUMPRODUCT(--(D2:D1000="Blaaa"),--(A2:A1000="Blaaa"),--(B2:B1000=DATE(2010,1,1)),--(B2:B1000<=DATE(2010,3,31)))

I was given a formula but I can't get it to work for the above. The formula
given is:
First hit on web search:
http://www.exceltip.com/st/Calculati..._Year/932.html
quarter based on calendar year (with date in A2)
=INT((MONTH(A2)-1)/3)+1
quarter based on FY starting in September, again w/date in A2:
=MOD(CEILING(22+MONTH(A2)-9-1,3)/3,4)+1
Thank you.
--
Carol
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 183
Default Quarterly Formula

Hi! No response required, finally figured where I was going wrong.

Thanks.
--
Carol


"Caroline" wrote:

Hi!

I'm trying to find a formula to extract a total within each quarter without
including the year, thus avoiding on a yearly basis updating the year within
the formula.

The formula at present is :
=SUMPRODUCT(--(D2:D1000="Blaaa"),--(A2:A1000="Blaaa"),--(B2:B1000=DATE(2010,1,1)),--(B2:B1000<=DATE(2010,3,31)))

I was given a formula but I can't get it to work for the above. The formula
given is:
First hit on web search:
http://www.exceltip.com/st/Calculati..._Year/932.html
quarter based on calendar year (with date in A2)
=INT((MONTH(A2)-1)/3)+1
quarter based on FY starting in September, again w/date in A2:
=MOD(CEILING(22+MONTH(A2)-9-1,3)/3,4)+1
Thank you.
--
Carol

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simplify formula using quarterly investment returns TAB Excel Worksheet Functions 7 May 3rd 23 11:42 AM
Quarterly Formula Caroline New Users to Excel 2 April 13th 10 06:20 PM
Quarterly inputs Loadmaster Excel Worksheet Functions 2 August 28th 09 03:22 PM
is there a formula for quarterly expenses in Excel? Zach Excel Worksheet Functions 1 March 27th 09 08:21 PM
Formula Help to Calculate Quarterly Results Paul Sheppard Excel Discussion (Misc queries) 4 July 25th 06 06:23 AM


All times are GMT +1. The time now is 10:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"