NateCaruso
New Member
- Joined
- Feb 26, 2017
- Messages
- 2
I'm building out a form where I'd like a cell to either be unusable or have a dropdown list available depending on the input in the row.
So the example is if the user in cell A3 selects "Yes" I want cell B3 to be unusable similiar to this function =A3<>"Yes".
But if the user in cell A3 selects "No" I want cell B3 to then populate with a list from another sheet in the work book.
I tried to input a IF function that looked like=IF(A3="Yes",<>,!sheet2!A1:A23) but that errored out. Let me know if I'm going about the issue in the right way. I just need to solve for a decision tree to either stop the user from adding more info or have them supply more info.
Thanks for any help!
So the example is if the user in cell A3 selects "Yes" I want cell B3 to be unusable similiar to this function =A3<>"Yes".
But if the user in cell A3 selects "No" I want cell B3 to then populate with a list from another sheet in the work book.
I tried to input a IF function that looked like=IF(A3="Yes",<>,!sheet2!A1:A23) but that errored out. Let me know if I'm going about the issue in the right way. I just need to solve for a decision tree to either stop the user from adding more info or have them supply more info.
Thanks for any help!