Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a drop down list with at least 8 different values. ie. Training,
Mail, Phone calls etc. in A5. The commissions vary based on the service. I would like to have a different commission formula for each one. As an example if they sold mail the formula would be (F5*.1), if they sold training it would be (G5*.2) and so on. How do I reference these different formuals to the different selections in A5? Thanks for your help. Dave |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =INDEX(F5:O5,,MATCH(A5,{"Mail","Phone","Email","FA X","Courier"},0))*LOOKUP(A5,{"Courier","Email","FA X","Mail","Phone"},{0.1,0.2,0.3,0.35,0.5}) The match list can be any order, LOOKUP needs the list in sequence. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Dave O." wrote in message ... I have a drop down list with at least 8 different values. ie. Training, Mail, Phone calls etc. in A5. The commissions vary based on the service. I would like to have a different commission formula for each one. As an example if they sold mail the formula would be (F5*.1), if they sold training it would be (G5*.2) and so on. How do I reference these different formuals to the different selections in A5? Thanks for your help. Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel Formula Doesn't Execute (Shows formula-not the calcuation) | Excel Discussion (Misc queries) | |||
match formula - 2 excel files:#1 hasthis formula, 2nd has the Raw | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions |