Cumulative sum on Condition (Horizontally) Part-2

G

Guest

Hi,
Another help required from the same excel sheet, my sheet goes in the month
format upto "n" (example current month Mar-07), then how to pick up the
values in the financial year (Apr-Mar is a year). The formula
(=SUMPRODUCT(($A$3:$A$5=N3)*($B$1:$I$1<=N1)*(B2:I2=N2)*($B$3:$I$5))) what i
am using advised by our experts (is caliculating apr 05-mar 07 instead of apr
06-mar 07.
Excuse me if i have not given the scenario exactly.
Thanks to "Toppers", who really helped me in this issue.
 
G

Guest

If you have dates (and data) which span more than one year then add an extra
test: you wiil need to give a start and end date.

=SUMPRODUCT(($A$3:$A$5=N3)*($B$1:$I$1>=N1)*($B$1:$I$1<=N2)*(B2:I2=N4)*($B$3:$I$5)))

Where N1 and N2 are your start and end dates, N3=RO1 and N$=Prod 1 (from
earlier example)
 
G

Guest

Thanks once again really worked well.
if you can give me your mail id i will be happy
 

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

Top