Formula

  • Thread starter Thread starter Jen
  • Start date Start date
J

Jen

I'm trying to create a formula that will look at the text
in column b and if it contains the word "total"
input "company name" in column a. Does anyone have some
advise?
 
Thank you so much!!!
-----Original Message-----
Hi Jen
try in A1:
=IF(ISNUMBER(FIND("total",B1)),"Company Name","")

--
Regards
Frank Kabel
Frankfurt, Germany


.
 
Back
Top