I'm trying to create a formula that will look at my "Measurement" column for the text "PBI" at the beginning of this formula: =IF([Rank/Actual PTR]434 > [Score/Goal PTR]434, "PTR Exceeded", IF([Rank/Actual PTR]434 = [Score/Goal PTR]434, "PTR Met", IF([Rank/Actual PTR]434 < [Score/Goal PTR]434, "PTR Not Met", ""))).
So, I only want the Rank/Actual & Score/Goal fields to result in a value IF the Measurement column contains "PBI". I'm assuming I need to include a CountIf formula, but don't know where to put it in my existing formula.
Hope that makes sense. Any help is appreciated.