Finding values in Excel based on user input

bjornltd

New Member
Joined
Mar 8, 2013
Messages
14
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:
  1. Make one sheet (hidden from other users) with all products listed down
  2. Entering in culumn:
    1. A = Product number
    2. B = Width measure interval of the product (10cm, 20cm, 30cm, 50cm, 60cm....)
    3. C = Minimum width measurement
    4. D = Maximum width measurement
    5. E = Height measure interval
    6. F = Minimum height measurement
    7. G = Maximum height measurement
The goal is to find one formula that takes the users input product number, width and height. Rounds the width and height up to the next match and returns a with and height that I can use to look up the price in another sheet.
So if the user enters:
  1. Product number 212
  2. Width 530,5cm
  3. Height 260cm
The pricelist for this product is: 290, 350, 470, 530, 590, 650 and 700cm. The return should then be 590. The same rule goes for the height.

Is there any way to solve this problem?
Any help would be greatly appreciated :)
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
You've asked for a lot but not provided us with data so we'd have to make up our own fake data to figure this out. IDEALLY you could provide a link to the workbook so we could how it is structured.

At least you should provide data. Try using MrExcel's excellent addin that enables you to post portions of a worksheet -- called a mini sheet -- so we can see what the data looks like. See here: XL2BB Instructions.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top