Adding

DGebert

New Member
Joined
Jan 28, 2018
Messages
7
Office Version
  1. 2021
Platform
  1. Windows
I am making a workbook for an auction. I was hoping maybe someone could answer my question.

1. I was needing a formula that would add up all the prices for a specif buyer based on his number. His number is in one cell and his price is in another.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Have a look at the SUMIF or COUNTIF functions.
Alternatively, provide some real data that we can work with and someone may write the formula for you ....:cool:
 
Last edited:
Upvote 0
If his numbers are in column A and prices in B, then this should work:

=SUMIF(A:A,"5",B:B)

I used 5 as his number in that example
 
Upvote 0
Will this work if it is being used to add up 4 different pages? If not do you know how to do it?
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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