Cells not recognizing data as numbers, tried every trick I found online
Our take
So I copy and pasted some data into excel. I copied row by row from a pdf into an excel because the converting feature wasn't working well. Now, none of the data is being recognized as numbers except 0's (on left side of cell, can't be used in equations, there isn't an error on the cells but error when trying to use them as numbers). I looked into it and tried all the tricks I could find and the only thing that works is going to individual cells, retyping the numbers and hitting enter but I would love to find an easier way to convert all this data. Here's what I've tried:
Hitting enter on the cells
Typing and copying 1 and then special paste > multiplying by one
Removing space with text to columns
Using the value command
I'm not sure if maybe I just don't understand what the issue is, but I need to use the data for a coding assignment and right now my coding software doesn't want the csv because the cells are recognized by numbers. Does anyone know the best way to fix this?
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Pasting to Excel isn't working correctly - updating text to column makes it worseI've been copying and pasting data into excel the past few weeks just fine, but recently it takes every line break as a new cell. I've tried resetting the text to column fields like everyone suggests, but all it does is keep the top row of my text. The other rows just disappear. submitted by /u/xturvr [link] [comments]
- How to stop Excel from changing decimals to scientific notation?I just got a new work laptop which uses Microsoft Office 365. I regularly pull in stock prices and currency foreign exchange conversion from Yahoo! Finance into CSV, which I then copy and paste values into my Excel spreadsheet. One of the items I pull from Yahoo! Finance is IDRSGD=X, which is basically converting Indonesian Rupiah (IDR) to Singapore Dollars (SGD). Now, say IDR 1 = SGD 0.000077 and it is shown as such in Yahoo! Finance. However, in the CSV, the number automatically becomes 7.7E-5. When I copied and pasted from the CSV to my Excel file, it stayed the same way, ie. 7.7E-5. I know they mean the same thing but it's ugly and it just stands out like a sore thumb against all my other data in my spreadsheet, which are nicely presented in decimals. How can I stop Excel from automatically converting this notation? I went to Options --> Data and unchecked the relevant boxes, but it didn't help. In Excel, even if I Format Cells --> Number to reflect decimals, it does not help either. Somehow the ugly scientific notation overrides the cell formatting. There are many cells in the data set showing scientific notation instead of decimals, and I cannot be going cell by cell. I never faced this problem with my previous Microsoft Office 2019. Can someone please help? submitted by /u/Traditional_Bell7883 [link] [comments]
- Excel adds zeros to numbers?Help with excel adding zeroes I’ll preface this by saying I’m not fluent in excel at all. One of our premade excel programs all of a sudden is giving me fits. Anytime I try to put in a number it makes it a thousand. Doesn’t matter where I try to type a number it always adds 3 zeroes to the end after I hit enter or an arrow key to move to another cell. For example: i input the number 2 and hit enter, it changes the 2 to 2000. submitted by /u/SnooDoodles4147 [link] [comments]
- Need macro advice! Saving longer numbers as strings to show all the charactersDesktop, Excel 365 Build 19929.20106 Click-to-Run, Beginner We have a macro that generates new files using a list of data. Sometimes that data is completely numerical with over 15 digits. Excel keeps reformatting these numerical entries using scientific notation, which screws up the output files. Right now I have to manually check the output files and reformat the affected ones so that all then hidden characters are shown. Can someone please advise on how I can update the macro to automatically convert these numbers into strings that show all the characters? The data is of variable length, but I'm pretty sure it's always under 20 characters. This problem only affects one cell of the output file. Everything else is generated without issue. It's basically the problem of "how do I make Excel macro copy-paste the entire FedEx tracking number correctly" but the data isn't consistently 16 characters and is frequently alphanumeric. EDIT: I'm open to even stupid and booleg solutions like "add a hidden text character before transferring the data" to force this to work. The output files are basically just printables. I just don't know anything about macros and do not have time to learn. submitted by /u/Umklopp [link] [comments]