Find and Replace
Format the cell for percentage. then use this formula
=VALUE(MID(A1,FIND(":",A1)+1,LEN(A1)))
"Daviv" wrote:
I have downloaded from the web the weather conditions. In cell ("a1"), it
gives humidity: 70%. I would like with VBA remove "humitity:", leaving just
the number "70%" and enter it in cell ("b1").
--
Thanks!
|