I think I should use Sumif

J

Jeremy

I am creating a summary page. I do not want to use a pivot table for several
reasons.

I would like to add all data from Q7:Q9999 (on the "Data" Sheet) only when
the value in AE7:AE9999 (on the "Data" sheet) = C1 (on the "Monthly Summary"
sheet)

This will allow the user to type in a certain Year and month and pull all
credit dollars issued for that month.

Right now I have the below for a formula, but it is not working. Where am I
going wrong?

=SUMIF(Data!Q7:Q9999,Data!AE7:AE9999='Monthly Summary'!C1)

There should be a value to this.
 
P

Peo Sjoblom

=SUMIF(Data!AE7:AE9999,'Monthly Summary'!C1,Data!Q7:Q9999)


--


Regards,


Peo Sjoblom
 

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