Posted to microsoft.public.excel.misc
|
|
Extracting data from a cell
THANK YOU STEVE!!! THAT WORKED!!!!!!!!!!
"SteveG" wrote:
April,
If you always have 4 numbers and the "C" in "VC" is constant then,
=MID(A1,FIND("C",A1,1)+1,4)*1
HTH
Steve
--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=561445
|