From Tiny Earthworm, 3 Years ago, written in Plain Text.
This paste is a reply to Untitled from Scorching Hamster - view diff
Embed
  1. Extract $ amounts from string, excel
  2.  
  3. =TRIM(MID(C31,FIND("$",C31),IFERROR(FIND(" ",MID(C31,FIND("$",C31),LEN(C31))),LEN(C31))))