K
Kathleen
Hi,
I've rarely used the if then statements and am not sure is what I need to do
is possible. A1 is a list box with 12 options. Its made up of 3 groups
consisting of 4 different rates per group for a total list box of 12 options.
B1 is a charge based on A1 which is pulled from a separate worksheet using
vlookup. C1 is a yes or no list box. D1 needs to see yes in C1 and then
look at A1 and its corresponding rate sheet to enter an applicable credit
rate based on one of the groups.
I'll try to give an example.
A1 is a list box with Single a, Single b, Single C, double a, double b,
double c or triple a, triple b, or triple c. Each have a different rate
B1 looks at A1, uses vlookup on separate tab to get corresponding rate
C1 is a yes or no list box.
If C1 is yes, then D1 needs to look at A1. If it says Single A, Double A or
Triple A, then enter that rate. If it says Double b, Double c, Triple b or
c, then the D1 needs enter either Single A, Double A or Triple A.
Single a = 5
Single b = 10
Single c = 15
Double a = 3
Double b = 6
Double c = 9
Triple a = 4
Triple b = 8
Triple c = 12
If Single a, Double a or Triple a, then 5, 3 or 4
If Single b, c, Double b, c or Triple b, c, then enter the single, double or
triple a rate.
If 5, then 5
If 10, then 5
If 15, then 5
If 3, then 3
If 6, then 3
If 9, then 3
If 4, then 4
If 8, then 4
If 12, then 4
Does this make sense? Is there a way to do this?
Kathleen
I've rarely used the if then statements and am not sure is what I need to do
is possible. A1 is a list box with 12 options. Its made up of 3 groups
consisting of 4 different rates per group for a total list box of 12 options.
B1 is a charge based on A1 which is pulled from a separate worksheet using
vlookup. C1 is a yes or no list box. D1 needs to see yes in C1 and then
look at A1 and its corresponding rate sheet to enter an applicable credit
rate based on one of the groups.
I'll try to give an example.
A1 is a list box with Single a, Single b, Single C, double a, double b,
double c or triple a, triple b, or triple c. Each have a different rate
B1 looks at A1, uses vlookup on separate tab to get corresponding rate
C1 is a yes or no list box.
If C1 is yes, then D1 needs to look at A1. If it says Single A, Double A or
Triple A, then enter that rate. If it says Double b, Double c, Triple b or
c, then the D1 needs enter either Single A, Double A or Triple A.
Single a = 5
Single b = 10
Single c = 15
Double a = 3
Double b = 6
Double c = 9
Triple a = 4
Triple b = 8
Triple c = 12
If Single a, Double a or Triple a, then 5, 3 or 4
If Single b, c, Double b, c or Triple b, c, then enter the single, double or
triple a rate.
If 5, then 5
If 10, then 5
If 15, then 5
If 3, then 3
If 6, then 3
If 9, then 3
If 4, then 4
If 8, then 4
If 12, then 4
Does this make sense? Is there a way to do this?
Kathleen