Help need help with a sum, look

MacNeil

New Member
Joined
Apr 15, 2018
Messages
3
Hello,
i have sheet 1 that is the lookup, sheet 2 is the find and return the total of column3. I keep getting ref# or N/A. I need to sum all instances of A17 from sheet 2. My formula is
{=sum(vlookup(A17,'Sheet2'!B1:B30,3,false))}
Any help is greatly appreciated
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hello,
Thank you for the quick response, it is really appreciated. I did not explain very well, I have sheet 1 that has account Number I want to lookup sheet 2 and total all the amounts that have the same account number, my formula only picks up the first amount. Again thank you for all the assistance
 
Upvote 0
Hello,
Thank you for the quick response, it is really appreciated. I did not explain very well, I have sheet 1 that has account Number I want to lookup sheet 2 and total all the amounts that have the same account number, my formula only picks up the first amount. Again thank you for all the assistance

In B17 of Sheet1 enter:

=SUMIFS(Sheet2!D:D,Sheet2!B:B,$A17)

where A17 is an account number of interest
 
Upvote 0
ThANK YOU!!! You have saved me so much time, It worked, I was driving myself crazy again thank you
 
Upvote 0

Forum statistics

Threads
1,215,098
Messages
6,123,082
Members
449,094
Latest member
mystic19

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