I have a spreadsheet containing several thousand records. I am trying to extract certain parts of a certain field. This field contains a text string that might be something like "001-018" or "003". I want to extract into 2 different columns the first number and the last number (if there is one). If column A contains the "001-018" then I want column B to have "1" and column C to have "18". If column A contains "003" then column B would have "3" and column C would be left blank. I can't figure out the correct formulas to do this. Thanks for the help.