I would like to create an IF statement that searches through a cell to find a string (e.g. "Administration"). If it finds it within the cell, I would like it to return a percentage in a different cell location. Anyone know how I would do that? I probably need some wild card characters
=IF(D2="*Administration*",C2,0)
Thanks!!
=IF(D2="*Administration*",C2,0)
Thanks!!