How I find specific character??

  • Thread starter Thread starter TotallyConfused
  • Start date Start date
T

TotallyConfused

How do I write a formula to find "," (comma). I want to say If there is a
"," in B7 than B7. Thank you for any help you can provide.
 
Hi,

Assuming that your text is in cell A3, enter the following formula in cell
B3 =IF(ISNUMBER(FIND(",",A3)),A3,"")

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
Back
Top