Title may be a bit confusing; but hopefully this explains better. I'm trying to create a table with two dependent data validation lists. Now I have figured out the formula for creating these, but I'm wondering if I could somehow add a condition where the indirect function looks to the cell that is directly to the left of the dependent cell. Where my data validation formula is as follows:
=INDIRECT(SUBSTITUTE($E$17," ",""))
Though the $E$17 would point the the cell to the left-to cell beside it, instead. This would essentially save me from having to recreate the data validation formula over +400 times for each dependent drop-down cell in my table.
I'm not the greatest with Excel formulas, so any help would be greatly appreciated!
=INDIRECT(SUBSTITUTE(OFFSET($E$17,0,-1)," ",""))- I like Excel very much=INDIRECT(SUBSTITUTE((VLOOKUP($E:$17,$G$G:$H$H,2,0)),"",""))- I like Excel very much