Unable to solve the problem. Have to calculate the commission for respective sales representative. Condition "year of tenure" and "sales figure".
PFA
Unable to solve the problem. Have to calculate the commission for respective sales representative. Condition "year of tenure" and "sales figure".
PFA
Try
D2=VLOOKUP(C2,IF(B2>3,$I$3:$J$8,$F$3:$G$9),2,TRUE)*C2
If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Hello atanu021,
Welcome to the forum
In D2, try this formula
Drag down to D12. Is this what you wanted?![]()
Please Login or Register to view this content.
(copy pasta from Ford)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
Regards,
Lem
Try
=IF($B2<3,VLOOKUP($C2,$F$3:$G$9,2,1)*$C2,VLOOKUP($C2,$I$3:$J$9,2,1)*$C2)
Thanks a lot Ankur. It's working
Thanks a lot John. It's working
Thank u John for the solution.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks