Hi! I thought I had this - turns out I am rubbish.
I basically want to return a value in N3, if F3 (text data input) contains a value in N2 (header), otherwise return 0
I currently have : =COUNTIF($F3,"*"&N$2&"*") which works great to return a numerical value, but i want to later get a string...