Hi,
If you use the formula approach suggested by JBeaucaire this extracts the numbers as text, if you should require these to be avtual numbers you could use
=SUBSTITUTE(MID(C3,FIND(",",C3)+1,2),"-","")*1
or
=VALUE(SUBSTITUTE(MID(C3,FIND(",",C3)+1,2),"-",""))
Bookmarks