A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
To convert the text values to numeric in mass:
- Find an empty column (for example X)
- In X3, enter the formula =VALUE(H3)
- Copy this formula down to X197
- Select cells X3:X197
- Press Ctrl-C (for copy)
- Select cell H3
- Press Alt-E S V (for paste special values)
- Confirm ISNUMBER(H3) returns TRUE
- Delete the data in column X