Hello,
I am building a spreadsheet to assigned employees to work on projects based on their individual skills sets.
I have three named lists that contain the names of employees that are certified to work on different projects. I to use these lists as sources in for drop downs via Data Validation.
I am trying use the following formula in order to determine named listed appears in the dropdown.
=IF(SEARCH("ABC",A15),List_1,IF(SEARCH("DEF",A15),List_2,IF(SEARCH("GHI",A15),List_3_,List_4)))
However, Excel tells me that this formula evaluates to an Error. I cannot find out why? Can someone point me to how to correct the formula? Or if there is a better way to have the lists populate based Cell A15's value, can you help me to understand what I need to do, please?
Bookmarks