SUMIF Question...

DMCGETTIGAN

New Member
Joined
Oct 23, 2010
Messages
23
...at least I think I should use SUMIF.

10A
20B
30C
15A
25B

<tbody>
</tbody>


I want to take Column A and add a percentage based on the what is in column B and place the total in C. IE A would equal to 10% B would equal 15% C would equal 5%.

I tried =SUMIF(A1:A5,"A",(A1*.1)) but am getting an error. Any assistance is great.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
And to make it even more interesting...

Is it possible to give it a minimum.

Example: Row 1 column C would equal 1. Could I make it that sum or 2 whatever is greater?
 
Upvote 0
Maybe I can make this easier...

Column B has various priority codes, approx 50 different codes. Column G has product cost in it. Each Priority code has its own percentage mark-up over cost. The "IF" statement works, but I exceed the amount of nestings. I do not have to worry about the minium any more. Any ideas?
 
Upvote 0
Maybe I can make this easier...

Column B has various priority codes, approx 50 different codes. Column G has product cost in it. Each Priority code has its own percentage mark-up over cost. The "IF" statement works, but I exceed the amount of nestings. I do not have to worry about the minium any more. Any ideas?

You posted a sample in A1:B5...
10A
20B
30C
15A
25B

<colgroup><col style="width: 48pt;" span="3" width="64"> <tbody>
</tbody>

What are the desired/expected outcomes?
 
Upvote 0
This is what my ideal chart would look like. Columns I and J would be filled out based on what is in Column B. The percentage in column I would be populated based on what is in B. I do not nee to worry about minimums any more.

Thank You for all the help.


ABCDEFGHIJ
DATEPRIORITYEMPSORCUSTPART # COSTSO%FREIGHT
XXXDAWEXXXXXXXXXXXX4.50XXX10%.45
XXXDAWEXXXXXXXXXXXX4.77XXX10%.47
XXXDAWEXXXXXXXXXXXX10.91XXX10%1.91
XXXHVWCXXXXXXXXXXXX11.63XXX5%.58
XXXHVWEXXXXXXXXXXXX60.66XXX10%6.06
XXXFDWEXXXXXXXXXXXX120.56XXX15%18.08
XXXGKWEXXXXXXXXXXXX5.63XXX10%.56

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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