First of all, English is not my native language so explaining what I need is tricky.
So I have product that can have a range of widths. Depending on the width of the product, the aquisition price changes.
How can I make a cell where I input a width (in numbers), and depending on the range that that number is, another cell returns a certain price.
So let's say that the price for a product with widhts between 0-1000mm is 5 dollars. I want to introduce a product with a width of 500mm in a cell, and the next cell should output a price of 5 dollars.
And then let's say I want to add a product of 1300mm, and the price from 1000mm-2000mm is 10 dollars. So I would input 1300mm in a cell, and another cell should output 10 dollars.
Is that possible in excel?Please help!