I'm trying to make the list on the Production sheet that updates based on the three check boxes on the PM sheet. I currently have it working, but it doesn't exclude blank spaces when switching between options. I've tried a few different methods including making a formula with IF and AND stipulations, but it's too long to fit in the data validation bar, even when giving each scenario a shortened list name. I'll list the formula I tried, but was too long, below.
=IF(AND(PM!D3,PM!D4,PM!D5),Task2,IF(AND(PM!D3,NOT(PM!D4),NOT(PM!D5)),Task3,IF(AND(PM!D4,NOT(PM!D3),NOT(PM!D5)),Task4,IF(AND(PM!D5,NOT(PM!D3),NOT(PM!D4)),Task5,IF(AND(PM!D3,PM!D4,NOT(PM!D5)),Task6,IF(AND(PM!D3,PM!D5,NOT(PM!D4)),Task7,IF(AND(PM!D4,PM!D5,NOT(PM!D3)),Task8)))))
Also, I have the Tasks generate on the PM sheet based on the check boxes selected, but I had to use a ton of nested IF formulas. What I would like is to have the General Tasks move up or down depending on how long the list of Production Tasks is without having to go through the same process of making nested formulas for each line based on which boxes are checked.
Bookmarks