M
Mark
We are trying to figure out how to use lookup tables to do a
calculation on pricing versus using lots of IF statements.
There are two components to calculating the cost of an item
We will have a spread sheet that has one sheet with the following
labels
A B C
1 Number of User Product Price
2
Number of users is a field that will be input by the user
Product should come from a drop down menu (based on the selection a
different price look up table should be used)
Price is a calculation based on the number of users
There will be two look up tables
Product A
users: 1 - 10 $ 100 each user
users: 11 - 20 $ 20 each user
so for example if you had 11 users you would pay $1020
How do we get the lookup table to keep this uncomplicated
The second issues is how do we point the cost column to different
lookup tables based on the selection they make in column b (product)
Thanks
Mark
calculation on pricing versus using lots of IF statements.
There are two components to calculating the cost of an item
We will have a spread sheet that has one sheet with the following
labels
A B C
1 Number of User Product Price
2
Number of users is a field that will be input by the user
Product should come from a drop down menu (based on the selection a
different price look up table should be used)
Price is a calculation based on the number of users
There will be two look up tables
Product A
users: 1 - 10 $ 100 each user
users: 11 - 20 $ 20 each user
so for example if you had 11 users you would pay $1020
How do we get the lookup table to keep this uncomplicated
The second issues is how do we point the cost column to different
lookup tables based on the selection they make in column b (product)
Thanks
Mark