excel sales figures

G

George A. Jululian

I have a real dates in column A from 01-Jan-2007 till 31-Dec-2007
and in B column I have Sales figures for each date
I need formula to give me total sales figures for June only or July only
your help is highly appreciated
 
J

Jim Thomlinson

Have you tried a pivot table. Select Data -> Pivot Table and follow the
wizard. Place the dates in the left hand column and the sales in the data
area.

Right click on the dates in the pivot table and select Group. Assuming you
have all dates with no blanks then it should have an option of Days, Months,
Quarters, years. Select the ones you want.

Everything is now grouped. There is more stuff you can do including
formatting and such...
 
P

pinmaster

Hi,

Try this:

=SUMPRODUCT(--(MONTH(A1:A365)=C1),--(A1:A365>0),B1:B365)
put the month number in C1, adjust to suit!

HTH
Jean-Guy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sales figures 1
Excel 6
sum product sales figures from another column 7
sales dates 6
"Last 7 Days" running total? 19
Scatter charts for name with two values 0
Formula IF 1
Formula Question 4

Top