Remove number from string in excel
Chris,
=VALUE(SUBSTITUTE(Sheet2!A1,"No. of Unsuccessful Calls: ",""))
HTH,
Bernie
MS Excel MVP
"Chris" wrote in message
...
Hi,
I have the following string: "No. of Unsuccessful Calls: 1"
I would like to link to the number in this cell only from sheet one (this
string is in cell A1 of sheet 2)
Thanks
C
|