Multiply different columns depending on 3 specific criteria

Letorc

New Member
Joined
Jan 21, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

I can get by with Excel, but I'm not great. I'm looking to multiply different columns depending on criteria.

See picture of what I'm working on. What I'm looking for is a formula that will multiply E3 by I3 if H3=1. F3 by I3 is H3=2, and G3 by I3 if H3=3.

I was able to get this working with a SUMIF for one condition, but am unsure how to do all 3 conditions in one formula.
 

Attachments

  • tiers.JPG
    tiers.JPG
    45.6 KB · Views: 15

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi & welcome to MrExcel.
How about
Excel Formula:
=IF(H3="","",I3*CHOOSE(H3,E3,F3,G3))
 
Upvote 0
Hey, thank you. That worked perfectly, thank you for the help!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,967
Messages
6,122,503
Members
449,090
Latest member
RandomExceller01

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