Hi
I have a SQL Report which exports data from our accounts system in to Excel and one of the columns shows both numbers and text, however the format of this column is such that it doesn't recognise the numbers as actual numbers.
I have therefore created a new column within excel where I'd like to change the format of these "numbers" to actually be numbers and keep the text fields as they are.
I've tried to use the formula =VALUE(cell) which works for those that are numbers but returns #VALUE for the text field.
Example below
SQL (text) New Column using =VALUE() What I'd like but with the numbers being recognised as numbers
1 1 1
2 2 2
3 3 3
Yes #VALUE Yes
No #VALUE No
4 4 4
Many thanks
Bookmarks