I am using MS query to pull data from sql server and all is good. Problem starts when data comes from the server I am stuck with data type general for everything, and no way to change the data type in excel. Main issue is numbers, where in database datatype is decimal yet i can do no calculations on it in excel. Any help would be appreciated.
I am using excel to execute a stored procedure on server
This pulls the data into the following table
Even though the data in the sql server for column price is formatted as decimal it becomes a general data type after getting to excel. Changing it to number/currency etc. does not change anything. Also no errors appear. Simply data comes down and no matter what changes in excel I apply nothing changes it all is treated as text.