The column can be formatted as General or Numbers. However, if it is still not working then I am wondering if you have downloaded or imported the data and it has other non displayable characters prefixed or suffixed to the numbers.
Click on one of the cells in L2:L55 range and then click in the Formula bar and you should be able to determine with the right and left arrow keys if the cursor is moving across other non displayable characters.
You can use the Clean and Trim functions in another column to attempt to remove these superfluous characters and then copy the column with the formulas and Paste Special -> Values and then copy over the previous data.
Formula like the following to trim and clean the text. However, it is not really reliable and does not work with all non displayable characters.
=TRIM(CLEAN(L2))
You can also try using Text To Columns as follows and it might or might not work.
- Select the column
- Select Text to columns (on the Data ribbon)
- Select Fixed width and Next
- In the Data preview, remove any vertical lines either by selecting and dragging off the dialog or simply double click the vertical lines.
- Click finish
If you cannot get it to work then upload a workbook with a copy of the data to OneDrive and I will have a look at it. It might require VBA code to remove invalid characters.
Guidelines to upload a workbook on OneDrive. (If you already use OneDrive and your process for saving to it is different then you can probably start at step 8 to get the link but please zip the file before uploading.)
- Zip your workbooks. Do not just save an unzipped workbook to OneDrive because the workbooks open with On-Line Excel and the limited functionality with the On-Line version causes problems.
- To Zip a file: In Windows Explorer Right click on the selected file and select Send to -> Compressed (zipped) folder). By holding the Ctrl key and left click once on each file, you can select multiple workbooks before right clicking over one of the selections
to send to a compressed file and they will all be included into the one Zip file.
- Do not use 3rd party compression applications because I cannot unzip them. I do not clog up my computer with 3rd party apps when there are perfectly good apps supplied with windows.
- Go to this link. https://onedrive.live.com
- Use the same login Id and Password that you use for this forum.
- Select Upload in the blue bar across the top and browse to the zipped folder to be uploaded.
- Select Open (or just double click). (Be patient and give it time to display the file after initially seeing the popup indicating it is done.)
- Right click the file on OneDrive and select Share.
- Select "Get a Link" from the popup menu.
- Click in the field displaying the link and it should highlight and then Copy and Paste the link into your reply on this forum. (I suggest that you avoid the "Copy" button on the "Get a link" screen because it introduces additional steps that are not required.)