Hi All,
Was hoping to add a little text to the end of following formula. It is working fine, but for the false condition of the IF statement, it will just return the number of times the condition is met. So for the below example, it is returning 2, which is correct, but I was hoping to add the text phrase "tied with" to the number the formula is returning, so that when the formula returns the 'value if false' statement, it would be outputting the phase "2 tied with" to the cell.
Thanks so much for any help,
Ernie
=IF(COUNTIF(H3:H33,S4)=1,INDEX(A3:A33,MATCH(S4,D3:D33,FALSE),1),COUNTIF(H3:H33,S4))
Was hoping to add a little text to the end of following formula. It is working fine, but for the false condition of the IF statement, it will just return the number of times the condition is met. So for the below example, it is returning 2, which is correct, but I was hoping to add the text phrase "tied with" to the number the formula is returning, so that when the formula returns the 'value if false' statement, it would be outputting the phase "2 tied with" to the cell.
Thanks so much for any help,
Ernie
=IF(COUNTIF(H3:H33,S4)=1,INDEX(A3:A33,MATCH(S4,D3:D33,FALSE),1),COUNTIF(H3:H33,S4))