Google Spreadsheet Post #1363
Yogi Anand, D.Eng, P.E. ANAND Enterprises LLC -- Rochester Hills MI www.energyefficientbuild.com. Sep 08, 2013
user shiv4sudha (http://productforums.google.com/forum/#!category-topic/docs/spreadsheets/bSDLdEPXEXM)
How to use array formula for sum
I have my data as follows :-
Yogi Anand, D.Eng, P.E. ANAND Enterprises LLC -- Rochester Hills MI www.energyefficientbuild.com. Sep 08, 2013
user shiv4sudha (http://productforums.google.com/forum/#!category-topic/docs/spreadsheets/bSDLdEPXEXM)
How to use array formula for sum
I have my data as follows :-
Col A Col B Col C
Date (mm/dd/yy) Item Amount
05/Aug/2013 A1 5.00
07/Aug/2013 A2 6.00
11/Aug/2013 A1 5.00
04/Sep/2013 A2 6.00
In Col A the date is entered in mm/dd/yy format but displays it as dd/mmm/yyyy
Now I require a formula to give me the total amount for each month, without using a pivot table . For eg
August : 16.00
September : 6.00
Total 22.00
The count if formula works well to know the number of transactions per month :
=countif(arrayformula(IF( Sheet1!$a:$a="","",month( Sheet1!$A:$A))),"=8") - where '8' represents the AUGUST MONTH
kindly advice
---------------------------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment