Forum Discussion
Ghostgirl
Dec 08, 2021Copper Contributor
Drop down list inside if statement
Good morning everyone, Iam trying to create sth like a guide on whether or not an employee is eligible to receive end of service award based on certain selections. File is attached. I want C9...
Yea_So
Dec 28, 2021Bronze Contributor
bosinander
Dec 29, 2021Iron Contributor
Yea_So Compared to
=IF(C7="termination";G3#;I3#)
your variant
=IF(Sheet1!C7="Termination";Sheet2!$A$1:$A$2;"")
works with older versions of Excel not supporting spill areas (#) and also moves the list items to a separate configuration sheet. I think it is a good setup, using a separate sheet for setup variables.