Hi,
I have a problem that I could use some help solving.
I have an Excel workbook that calculate prices. The workbook has about 250 different products. All products are priced based on measurements, both width and height.
The user enters the product number, number of products, width and height. The measurements are entered in centimeters, with one decimal.
The products have different minimum and maximum measurements and different intervals in the pricelist. For example one product can have minimum width of 60 centimeters, max width of 300 centimeters and the pricelist are made with a new price for each 20 centimeters.
Another product may have min 290cm, max 700cm and price intervals on every 60cm. Also it might be price intervals like 290cm, 350cm, 470cm, 530cm, 590cm, 650cm and 700cm (where the last interval is only 50cm). Other intervals migth be on every 10cm, 20cm, 25cm, 50cm or 60cm.
What I aim to do is:
So if the user enters:
Is there any way to solve this problem?
Any help would be greatly appreciated
I have a problem that I could use some help solving.
I have an Excel workbook that calculate prices. The workbook has about 250 different products. All products are priced based on measurements, both width and height.
The user enters the product number, number of products, width and height. The measurements are entered in centimeters, with one decimal.
The products have different minimum and maximum measurements and different intervals in the pricelist. For example one product can have minimum width of 60 centimeters, max width of 300 centimeters and the pricelist are made with a new price for each 20 centimeters.
Another product may have min 290cm, max 700cm and price intervals on every 60cm. Also it might be price intervals like 290cm, 350cm, 470cm, 530cm, 590cm, 650cm and 700cm (where the last interval is only 50cm). Other intervals migth be on every 10cm, 20cm, 25cm, 50cm or 60cm.
What I aim to do is:
- Make one sheet (hidden from other users) with all products listed down
- Entering in culumn:
- A = Product number
- B = Width measure interval of the product (10cm, 20cm, 30cm, 50cm, 60cm....)
- C = Minimum width measurement
- D = Maximum width measurement
- E = Height measure interval
- F = Minimum height measurement
- G = Maximum height measurement
So if the user enters:
- Product number 212
- Width 530,5cm
- Height 260cm
Is there any way to solve this problem?
Any help would be greatly appreciated