I've been working on a spreadsheet for custom quoting jobs for my business. It has multiple dropdown lists feeding from different worksheets where one of the lists is dependent on the other. The first drop down is straightforward and is a choice of every material we have available. The second one then lists the different thicknesses of said material and I have about 40-50 material choices with different thicknesses and all having their own worksheet. Instead of the INDIRECT command which I have found to not be suitable for my application, I'm using a lot of "If" statements within the data validation field, for example: "IF(B4=Lists!A13, list1, IF(B4=Lists!A14, list2, etc." and I have a lot of IF statements I need to put in for each material.
My issue is that I have seem to have hit a character limit in the validation field and can't think of another way I could possibly do this. Any help on different ways to do this? And sorry if I didn't explain it well, it's a weird spreadsheet to orate. Thank you for the help!
My issue is that I have seem to have hit a character limit in the validation field and can't think of another way I could possibly do this. Any help on different ways to do this? And sorry if I didn't explain it well, it's a weird spreadsheet to orate. Thank you for the help!