Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
prashant_nans
 
Posts: n/a
Default if function in msexcel

in coloumn c i put all sales value & i hv slab of =50000, 50000<70000 &
70000 & commission % is 2%,3%,4% for above slab.

kindly tell me how to use if function to get commission on the base of
achieved sale which is in coloumn "C"



  #2   Report Post  
Max
 
Posts: n/a
Default

Assuming sales in C2 down,

Try in D2:
=VLOOKUP(C2,{1,0.02;50001,0.03;70000,0.04},2,TRUE)
Format D2 as percentage and copy down

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----

prashant_nans wrote in message
...
in coloumn c i put all sales value & i hv slab of =50000, 50000<70000 &
70000 & commission % is 2%,3%,4% for above slab.

kindly tell me how to use if function to get commission on the base of
achieved sale which is in coloumn "C"





  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look he

http://www.mcgimpsey.com/excel/variablerate.html

Assuming that the first 50000 returns a commission of 2%, the next 20000
returns 3% and anything above that returns 4%, you could use

=SUMPRODUCT(--(SUM(C:C){0,50000,70000}),(SUM(C:C)-{0,50000,70000}),
{0.02,0.01,0.01})


See the link above for more flexible solutions...



In article ,
"prashant_nans" wrote:

in coloumn c i put all sales value & i hv slab of =50000, 50000<70000 &
70000 & commission % is 2%,3%,4% for above slab.

kindly tell me how to use if function to get commission on the base of
achieved sale which is in coloumn "C"

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM


All times are GMT +1. The time now is 09:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"