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

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
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,858
Messages
6,121,956
Members
449,057
Latest member
FreeCricketId

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