Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Billabong, You can write formula in cell A8 but have to change your List of commission cut-off values in first row from 5,000 10,000 20,000 30,000 40,000 50,000 60,000 70,000 80,000 to as under 0 5,000 10,000 20,000 30,000 40,000 50,000 60,000 70,000 Now put this formula in cell A8 =IF(A70,INDEX(B9:J15,MATCH(VLOOKUP(A2,A9:A15,1,0) ,A9:A15,0),MATCH(HLOOK UP(A7,B1:J1,1),B1:J1,0)),0) Where A7 = Total B9:J15 = List of Commission Amount A2 = Selected Country A9:A15 = List of Country B1:J1 = List of commission cut-off values If you want demo workbook e-mail me. Regards, Shah Shailesh http://members.lycos.co.uk/shahweb/ *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Logical IF statements | Excel Worksheet Functions | |||
what formula for summing if two logical statements are true? | Excel Worksheet Functions | |||
Intervals as logical statements | Excel Worksheet Functions | |||
Logical ELSE statements | Excel Discussion (Misc queries) | |||
Logical Function - Multiple IF statements | Excel Worksheet Functions |