Jeepman128
2008-08-26 09:39:53 UTC
I have a table that looks like whats below, we are trying to derive what to pay an individual per unit based on 3 different variables.
-His Customer service score (Above region, or below)
-His Sold Unit Count (0-6,7-10,11-12,13+)
-Longevity Bonus (0-1 year,1-2 years,2+ years)
We'll Pay $150,$200,$250 or $350 as seen below in the table
So I have a table set up that looks like the following
(U.C) stands for Unit Count
So my question is, should I try and use multipe vlookups? a bunch of If statements? or where should i go, basically I am trying to have a cell that says, For every unit I sell, my payline (which is cell A2) is _____
0-1 Year 1-2 Years 2+ Years
(U.C) CSI-Y CSI-N CSI-Y CSI-N CSI-Y CSI-N
0.0 150 150 250 200 350 250
1.0 150 150 250 200 350 250
2.0 150 150 250 200 350 250
3.0 150 150 250 200 350 250
4.0 150 150 250 200 350 250
5.0 150 150 250 200 350 250
6.0 150 150 250 200 350 250
7.0 200 150 250 200 350 250
8.0 200 150 250 200 350 250
9.0 200 150 250 200 350 250
10.0 200 150 250 200 350 250
11.0 250 200 250 250 350 250
12.0 250 200 250 250 350 250
13.0 350 250 350 250 350 250
14.0 350 250 350 250 350 250
Thanks again in advance! You guys are very helpful