Sum Formula Help

wazzulu1

Board Regular
Joined
Oct 4, 2006
Messages
164
Hi, Quick question;


I have a name that I'm referencing in column G655 for a drop down list used in the spreadsheet. I want to summarize all the transactions associated with the name in column H655, based on the range of data in Column AN, rows 11 to 655, only if the name matches what's in Column AS for the same row.

How would this be constructed in a formula, or would I need to use a macro instead?

I appreciate any help.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
I have a name that I'm referencing in column G655 for a drop down list used in the spreadsheet. I want to summarize all the transactions associated with the name in column H655, based on the range of data in Column AN, rows 11 to 655, only if the name matches what's in Column AS for the same row.

If I follow you correctly, are you looking for a SUMIF?

=SUMIF($AS$11:$AS$654,H655,$AN$11:$AN$654)

Assuming I understand correctly that:
H655 contains the name you're trying to summarize
AS11:AS654 contains names you're hoping to match to H655
AN11:AN654 contains the data you want to sum
 
Upvote 0
Yes, this is the answer I needed!

Thank You so much for your help!

(I'm trying to learn, and this place is a tremendous help)
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top