R
Ratedr
Im trying to make a program for diamonds, where I can calulate the
cost of making a ring. I have an excel sheet like this:
ROUND
4 5 6 7 8
5pt 0.05 21 22 24 25 26
10pt 0.1 18 19 20 21 22
15pt 0.15 17 17 18 19 20
20pt 0.2 15 16 17 17 18
25pt 0.25 14 15 16 16 17
33pt 0.33 13 14 15 15 16
50pt 0.5 12 13 13 14 14
EMERALD
4 5 6 7 8
5pt NA NA NA NA NA NA
10pt NA NA NA NA NA NA
15pt 0.15 20 20 21 22 23
20pt 0.2 18 19 20 20 21
25pt 0.25 17 18 19 19 20
33pt 0.33 16 17 18 18 19
50pt 0.5 15 16 16 17 17
what I want to do, is have another sheet with a drop down chosing
round or emerald (there will be others but these for now). Then
another dropdown that will be 5pt, 10pt, 15pt, etc. Then the third
dropdown will be 4, 5, 6, 7, and 8. What I want the result to do, for
example if I selected emerald, 33pt, and 5..is to give me the result
of 17...if I selected round 5pt and 7..it would give me the result of
25. Thats it. Is this possible?
cost of making a ring. I have an excel sheet like this:
ROUND
4 5 6 7 8
5pt 0.05 21 22 24 25 26
10pt 0.1 18 19 20 21 22
15pt 0.15 17 17 18 19 20
20pt 0.2 15 16 17 17 18
25pt 0.25 14 15 16 16 17
33pt 0.33 13 14 15 15 16
50pt 0.5 12 13 13 14 14
EMERALD
4 5 6 7 8
5pt NA NA NA NA NA NA
10pt NA NA NA NA NA NA
15pt 0.15 20 20 21 22 23
20pt 0.2 18 19 20 20 21
25pt 0.25 17 18 19 19 20
33pt 0.33 16 17 18 18 19
50pt 0.5 15 16 16 17 17
what I want to do, is have another sheet with a drop down chosing
round or emerald (there will be others but these for now). Then
another dropdown that will be 5pt, 10pt, 15pt, etc. Then the third
dropdown will be 4, 5, 6, 7, and 8. What I want the result to do, for
example if I selected emerald, 33pt, and 5..is to give me the result
of 17...if I selected round 5pt and 7..it would give me the result of
25. Thats it. Is this possible?