Hi MrExcel,
I would like to find a easier way using my excel formula and maybe someone can give me some advice.
The formula I have set up and is working is as follow (in german):
=WENN(UND(A3<=KIAO!$G$10;KIAO!B3=KIAO!$E$10);KIAO!$H$10;WENN(UND(A3<=KIAO!$G$11;KIAO!B3=KIAO!$E$10);KIAO!$H$11;WENN(UND(A3>=KIAO!$G$12;KIAO!B3=KIAO!$E$10);KIAO!$H$12;WENN(UND(A3<=KIAO!$G$13;B3=KIAO!$E$13);KIAO!$H$13;WENN(UND(A3>KIAO!$G$13;A3<=KIAO!$G$14;B3=KIAO!$E$13);KIAO!$H$14;WENN(UND(A3>KIAO!$G$14;B3=KIAO!$E$13);KIAO!$H$15;WENN(KIAO!$G$14;KIAO!$H$15;FALSCH)))))))
My sheet is setup as follow (see image) and I have adjusted the excel sheet so that I can place the question.
Description:
- In column A we have length sizes and this is entered manually.
- In column B we can choose (drop down) between standard or reduced (from E10 to E15).
- Column C should give the result (price) according to the different parameters of the table, Column E10 to H15.
To make my formula work I had to introduce Column G with fixed numbers.
The 3 categories in column F are: less than 25 (<25), between 25 and 40 (25-40), over 40 (>40).
Example of the result in a cell in column C;
if 15metre is entered (column A) and a standard case is picked (column B) the formula has to figure, the entered metre is in what of the three parameters (<25; 25-40; >40). Then from column B we defined Standard or Reduced and then the formula should return the right price into column C.
The result in this case is: 2'100.00
Is there a easier formula for this task?
Thanks for any input.
I would like to find a easier way using my excel formula and maybe someone can give me some advice.
The formula I have set up and is working is as follow (in german):
=WENN(UND(A3<=KIAO!$G$10;KIAO!B3=KIAO!$E$10);KIAO!$H$10;WENN(UND(A3<=KIAO!$G$11;KIAO!B3=KIAO!$E$10);KIAO!$H$11;WENN(UND(A3>=KIAO!$G$12;KIAO!B3=KIAO!$E$10);KIAO!$H$12;WENN(UND(A3<=KIAO!$G$13;B3=KIAO!$E$13);KIAO!$H$13;WENN(UND(A3>KIAO!$G$13;A3<=KIAO!$G$14;B3=KIAO!$E$13);KIAO!$H$14;WENN(UND(A3>KIAO!$G$14;B3=KIAO!$E$13);KIAO!$H$15;WENN(KIAO!$G$14;KIAO!$H$15;FALSCH)))))))
My sheet is setup as follow (see image) and I have adjusted the excel sheet so that I can place the question.
Description:
- In column A we have length sizes and this is entered manually.
- In column B we can choose (drop down) between standard or reduced (from E10 to E15).
- Column C should give the result (price) according to the different parameters of the table, Column E10 to H15.
To make my formula work I had to introduce Column G with fixed numbers.
The 3 categories in column F are: less than 25 (<25), between 25 and 40 (25-40), over 40 (>40).
Example of the result in a cell in column C;
if 15metre is entered (column A) and a standard case is picked (column B) the formula has to figure, the entered metre is in what of the three parameters (<25; 25-40; >40). Then from column B we defined Standard or Reduced and then the formula should return the right price into column C.
The result in this case is: 2'100.00
Is there a easier formula for this task?
Thanks for any input.