Hi There,
can you help me to get the result...I have a problem where I want to separate numeric and alphabetic value from one particular cell.
in a cell value is like - Independenceday04072016.. I want to separate these via formula.
I tried with-
A B
Independenceday04072016. = min(find({0,1,2,3,4,5,6,7,8,9},& A,"0123456789"})
but it gives me only position... Please suggest.
Thanks...
can you help me to get the result...I have a problem where I want to separate numeric and alphabetic value from one particular cell.
in a cell value is like - Independenceday04072016.. I want to separate these via formula.
I tried with-
A B
Independenceday04072016. = min(find({0,1,2,3,4,5,6,7,8,9},& A,"0123456789"})
but it gives me only position... Please suggest.
Thanks...