Hello!
I'm novice when it comes to building formulas and am looking for guidance on essentially copying my conditional formatting to return values instead of highlights.
I am tracking missing trainings/policies and want a cell to return a value from a dropdown menu if a training is missing or past compliance. The tricky thing for the training is some values are dates, some are "COMPLETE".
To summarize how I want the formula to function:
IF Training Core is blank OR IF Training Refresher 1 Due is in the past AND Training Refresher 1 is blank OR IF Training Refresher 2 Due is in the past AND Training Refresher 2 is blank, return "Training". IF HR Training is unchecked, return "HR Training". IF Manager HR Training is unchecked, return "Manager HR Training". IF IT Training is unchecked, return "IT Training".
I want multiple values from the dropdown selected if multiple trainings are missing. Is this even possible with so much criteria and and this number of different possible values to be returned?