Data validation based upon another cell's data

J

joannanpa

Hi all.

I'm not very savvy with excel so bear with me.

I am setting up a spreadsheet that tracks window orders. To make i
easy, let's say we have 2 manufacturers. Each manufacturer has
different set of min/max (for height and width) dimensions for thei
windows depending on the style chosen (DH, slider, casement, etc.)

So let's say I have a drop-down menu in A1 to pick which manufacture
I'm ordering from.

Cell B1 is where I enter the window style (DH, casement, etc from
drop-down).

I would like cell C1 to be where I enter the width of the window and C
to be where I enter the height. Depending on the manufacturer an
window style, I would like to set the parameters of the cell to no
allow dimensions that fall below the minimum or greater than th
maximum.

I'm stumped. Any suggestions are greatly appreciated
 
F

firefytr

hello joannanpa,

one way, without seeing your layout, you may want to think abou
looking into named ranges. if you name your range(s) of measurement
by the manufacturer, you can use data validation -> List, to get you
in-cell drop-down box, and use a formula lik
"=INDIRECT(-YourNamedRangeHere-)" w/o the quotes ;)

now, you have two ranges, one based on the other
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top