multiple if functions-- Help please

kikigee

New Member
Joined
Dec 4, 2012
Messages
2
I have a spread sheet with multiple price classes for products..
I don't quite know how to word what exactly I'm trying to do..
Here goes ...
I need to make a fuction that;
if I have a price="price class" then price x "price discount" then for all the price classes.
I have multiple price classes.
so..
=IF(K33=R33,K33*M10)

http://i47.tinypic.com/1g4r3r.jpg
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Hi kikigee,

I am going to take a whack at this and determine what you are saying:

If price class can be found in the price class table, then look up the corresponding discount and multiply that by the price.

If this is the case, then you can use the following formula:

=IF(ISNUMBER(MATCH(R33, $L$8:$L$14, 0)), VLOOKUP(R33, $L$8:$M$14, 2, FALSE)*K33)

Let me know if this does not work, paste this in cell U33, if it goes in order that is.
 
Upvote 0
Hi GRTorres!!

I think it could have worked!! I'm just playing around with it now to see what's going on, but from what I have so far it did workk!! :)

Thank you sooo much!!
 
Upvote 0

Forum statistics

Threads
1,215,329
Messages
6,124,302
Members
449,150
Latest member
NyDarR

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