Commission Comparison table
Closed
John
-
May 1, 2012 at 07:16 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 10, 2012 at 08:43 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 10, 2012 at 08:43 PM
Related:
- Commission Comparison table
- School time table software free download full version - Download - Organisation and teamwork
- How to delete part of a table in word - Guide
- Ascii table c++ - Guide
- Html table fit to screen - Guide
- Back alley table - Download - Adult games
1 response
Mehedad
Posts
22
Registration date
Thursday April 19, 2012
Status
Member
Last seen
April 16, 2013
3
May 1, 2012 at 11:45 PM
May 1, 2012 at 11:45 PM
What are the criteria for the commission? How do you calculate it?
May 2, 2012 at 08:29 AM
The chart has three columns, A,B, & C. A is the low value to check, B is the high value to check, C is the percent of commission due.
Rows 27 - 32 indicate the ranges, with row 27 being from 0 to 99.9%, which pays 0% Bonus. Row 28 being 100.0 to 124.9%, paying 2.00%, and so on.
I then want to calculate in cell H21 the value from D13* the proper value.
Thanks for your help.
JK
May 2, 2012 at 06:07 PM
May 9, 2012 at 06:12 PM
May 10, 2012 at 08:43 PM
=IF(d13 = "", "",(if (d13 <0, 0, vlookup(d13, a:a,3))) * d13)