How I find specific character??

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.
 
A

Ashish Mathur

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
 
Top