Formula Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Every body.

I have data in a sheet1 month wise sales i.e.,

c.code C.name Apr-07 May-07 June-07 July-07.. likewise
Cummulative
1010 ABCD 10 20 30 40 200
1020 XYZA 5 15 20 15 150

I want cummulative result of Apr-07, May-07 and June-07, FUNCTION has to
pick up the
data of Apr-07, May-07 and June-07 and should give cummulative fig of every
customer.

eg: ABCD total sales 10+20+30=60 (Result)
 
Assuming you have 12 months of data occupying columns C to N so that
your cumulative total is in column O, enter this formula in O2 and
copy down:

=SUM(C2:N2)

Hope this helps.

Pete
 
sorry pete
actually my criteria is i wrote link from page to page when i changed the
month (i.e., june 07 ) it has pick up upto the perticular months (apr-jun)
sales cummulatively. i got 658 customers. with different sales areas.
any help?
 

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

FORMULA HELP any body 4
formula help 5
copying & averaging formulas 6
Difference in time 7
Summing specific Columns based on Criteria 4
Match formulae 1
Calculation in Date Range 1
Help..Need formula 3

Back
Top