summing periods

  • Thread starter Thread starter dave h
  • Start date Start date
D

dave h

hi

is there a way to sum period amounts for each year without using a pivot
table- data is loan amortisation is any body is interested and uses
functions to create the amount data


data file is periodic 1 st columns periods then data in second column

for example:

periods amount

p1-2004
p2-2004
etc
etc
out to 2025

any help would be groovy!

dave
 
Hi dave,

I would suggest using SUMIF:

=SUMIF(range,criteria,sum range)

Rob.
 

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

Back
Top