How to IF multiple options

Loesky

New Member
Joined
Jun 11, 2021
Messages
2
Office Version
  1. 2019
  2. 2010
  3. 2007
Platform
  1. Windows
Hi,

I have a problem where I have price data from one company and want to allign it to our products. Basically saying, if product A falls under these measurements it is in group 1. If Product A is in group 1 and has a weight of 1 KG the price is 1,00 but if the product is 2 KG the price is 2,00.
I have already have a formula for this for when there is only one weight and price option; =IF(T3= TRUE; $AI$2; FALSE) but this does not apply for when there are multiple weight and price options.

Added a picture in the hopes it makes more sense. Thank you in advance! :)
 

Attachments

  • 2021-06-11 15_47_38-Amazon FBA Fees Overview - Excel.png
    2021-06-11 15_47_38-Amazon FBA Fees Overview - Excel.png
    48.9 KB · Views: 16

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Have a look at the XLOOKUP function (X.ZOEKEN in Dutch Excel) or, alternatively if you're on an older version: VLOOKUP (VERT.ZOEKEN)
 
Upvote 0
Have a look at the XLOOKUP function (X.ZOEKEN in Dutch Excel) or, alternatively if you're on an older version: VLOOKUP (VERT.ZOEKEN)
Not sure if that will work since there has to be an condition met of the weight.
 
Upvote 0
You can do a lookup on two or more columns by joining them, example:
=XLOOKUP(A1&"|"&B1,$C$2:$C$100&"|"$D$2:$D$200,$F$2:$F$200)
 
Upvote 0

Forum statistics

Threads
1,215,734
Messages
6,126,543
Members
449,316
Latest member
sravya

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