How to add the sum of cells in column 2 based on column 1

Godmode

New Member
Joined
Dec 20, 2014
Messages
2
Hi,

I dont know what to search for with this question.

I want to add some cells in column 2 based off of level numbers in column 1.

Example:
LevelUpgrade cost
Metal
1400
2800
31,600
43,200
56,400
612,800
725,600
851,200

<colgroup><col style="width: 55px"><col width="83"></colgroup><tbody>
</tbody>

If I want to add up the sum for numbers that correspond to level 4-8 in the Metals column based on my level being 3, how would I do this?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Welcome to the MrExcel board!

It isn't entirely clear to me as you didn't state the expected result but is this what you mean?

Excel Workbook
ABCDE
1LevelUpgrade costMy Level3
2MetalUpgrade Cost99200
31400
42800
531,600
643,200
756,400
8612,800
9725,600
10851,200
11
SUMIF
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,696
Members
449,048
Latest member
81jamesacct

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