I am trying to get the first instance of a string to show up. Here is the formula I am using.
=IF(Awareness@row< 4, "Awareness" + CHAR(10), "") + IF(Desire@row< 4, "Desire" + CHAR(10), "") + IF(Knowledge@row< 4, "Knowledge" + CHAR(10), "") + IF(Ability@row< 4, "Ability" + CHAR(10), "") + IF(Reinforcement@row< 4, "Reinforcement" + CHAR(10), "")
I want only the first time one of the values is less than 4 to show up. With this formula, all instances that are less than 4 are showing up. Can you help please?
Thanks!
Ruth