Okay, first thanks for all your help, it is greatly appreciated.
I have a need for a VBA script, perhaps a workbook change event. I have a large spreadsheet (approx 300+ columns) and I have a named range called "Plans" that is used for data validation in 6-12 different columns (multiple spreadsheets that are somewhat similar). Anyways these cells use a dynamic drop-down so only the relevant options are listed based on what is selected. Is it possible (I hope!) that if "None" is selected from any of the columns using "Plans" as the data validation list that specific cells within the cell within that same row would auto populate with specific data? The data to auto populate for None will remain constant.
For example the first instance in this particular version of the spreadsheet is Column AM that contains the named range "Plans". Now if none is not selected the user will simply select the proper option from each drop down, but if None is selected (from Column AM for example), then the following would auto populate:
Column AN: None
Column AO: None
Column AP: N/A
Columns AS - AV: skip these cells
Column AW: 0
Column AX: 0
Column AY: 0
Column AZ: 0
Now, on this particular spreadsheet, "Plans" is the named range for data validation in multiple columns as I mentioned: AM, BC, BS, CI, CY, DO, EE, EU. The format for each of these sections is identical. Since if None is not the option chose the user must select the proper dropdown options and then enter dollar amounts for the final 4 cells within the row, so I cannot use formulas for this.
Is this even possible? Thanks again!
Bookmarks