SUMIFS Question

kparadise

Board Regular
Joined
Aug 13, 2015
Messages
186
Hello,

I have a table that contains 5 different groups of items. Each of those items have a price, on a separate reference table. I am trying to determine the total price of each group using a formula.

[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD]ITEM 1
[/TD]
[TD]ITEM 2
[/TD]
[TD]ITEM 3
[/TD]
[TD]ITEM 4
[/TD]
[TD]TOTAL PRICE
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]apple
[/TD]
[TD]apple
[/TD]
[TD]orange
[/TD]
[TD]banana
[/TD]
[TD]22
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]orange
[/TD]
[TD]apple
[/TD]
[TD]orange
[/TD]
[TD]banana
[/TD]
[TD]18
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]orange
[/TD]
[TD]apple
[/TD]
[TD]orange
[/TD]
[TD]grape
[/TD]
[TD]17
[/TD]
[/TR]
</tbody>[/TABLE]

Reference table (this is on the same sheet. please follow the row and column headings)

[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]O
[/TD]
[TD="align: center"]P
[/TD]
[/TR]
[TR]
[TD="align: center"]8
[/TD]
[TD]Item
[/TD]
[TD]Price
[/TD]
[/TR]
[TR]
[TD="align: center"]9
[/TD]
[TD]apple
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD="align: center"]10
[/TD]
[TD]orange
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD="align: center"]11
[/TD]
[TD]banana
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD="align: center"]12
[/TD]
[TD]grape
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]

I would like to put a formula in E2, and drag it down.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,252
Members
452,623
Latest member
Techenthusiast

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