• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results for query: convert numbers to text

  1. The following words were not included in your search because they are too short, too long, or too common: to
  1. p45cal

    How to Change from Text to Numbers.

    Select a blank cell, copy it, select the cells with text you want to convert to numbers, right-click, paste special, choose Add, OK.
  2. AlanSidman

    Aggregation Functions Return Error Despite Number Format

    It is difficult to determine the exact issue from a picture, however, it appears that because the "numbers" are oriented the the left margin of each cell, these are probably text and not numbers. I suggest that you bring the table/range into Power Query (Get and Transform Data) found on the...
  3. D

    Converting a series of numbers to text format

    Yes, this is the result I was looking for in column K. I forgot about the TEXT( ). I am not familiar with the "@" argument. I will have to look into that. Also, for ISNUMBER(K5#), I'm not sure what the # sign does. I will have to look into that too. Thank you for help with this. Edit 1: What...
  4. V

    Converting a series of numbers to text format

    DashboardNovice Why do You want to convert numbers to ... text? If for some reason ... could You use something like ... to cell K5 =TEXT(D5:D13,"@") to cell J5 =ISNUMBER(K5#)
  5. D

    Converting a series of numbers to text format

    In the attached file I have numbers in column D as number format. In column C, I verified this with ISNUMBER( ). 1. To convert these numbers to a text format, I selected D5:D13, then I selected Text from the drop-down menu: 2. After doing this, the numbers become left-aligned which seems to...
  6. E

    How can I convert large set of text to number

    Please how can I change a large set of text into numbers without affecting the already existing set of number in the column.
  7. AlanSidman

    Help with returning data averaging x rows returned

    I cannot manipulate your data. All the cells are text and will not convert to numerical data. In order to do averages, these "numbers" need to be real numbers and not text data that look like numbers.
  8. AlanSidman

    Help with returning data averaging x rows returned

    It would be helpful if you took your data in the above post and uploaded it as a file. Currently, when I try to manipulate that data it is all text and I cannot convert it to numbers without re-typing. I do have a solution for you but I need your sample data in a file.
  9. Marc L

    VBA Excel VLookUp Between Two Worksheets to collect Information.

    Hey, so it is very not the same value ! Anyway easy workarounds to convert "54579465" to "54-57-94-65" : according to Excel basics via cells formatting in order Sheet1 cells be displayed like Sheet2 then under VBA just reading the cell property Text … Or using the VBA text function Format...
  10. A

    HOWTO: Use COUNTIF with SUMPRODUCT/OFFSET by MONTH to calculate number of part used by Part Number?

    @p45cal I did the same thing here is the result, looks like your numbers are looking like what I expect, I will manually validate this again, looks like TRIM did the trick , or convert it in to INT for equal.
  11. Caravishah

    Convert text to numbers

    In the attached excel, I want to convert Col D (Total VAT) to numbers. Right now its all text and therefore i cannot perform any numerical functions. I have tried all the usual stuff like converting text to coloumns, value past by 1, VALUE function, etc. Nothing seems to work and therefore...
  12. P

    calculate the distance between two points

    @vletm I believe both the latitude and longitudes on 'Foglio1' are text. I re-entered the values on 'foglio2' to convert them to numbers but I suspect the OP does not use 365 and hence cannot access LAMBDA.
  13. B

    Need currency formatting consistent between userform and worksheet, plus need Excel to sum

    Yes, and only halfway through your description I'm sure I understand the problem and what needs to happen to fix it. Sorry, but it's what I said the first time. (Although you should feel free to keep arguing with me; maybe I'm still wrong, but I don't think so.) Let's take it from step 2...
  14. P

    Percentage increase table

    Because I use 365, I decided to try a different approach. = WRAPCOLS(input,2) looked as if I were halfway there, but it turned out that the apparent percentages were text and not numeric :( A quick Lambda function to convert the text to percentages Percentλ = LAMBDA(x, IFERROR(TEXTBEFORE(x...
  15. Marc L

    Date Changes Unexpectedly in VBA UserForm When Using ControlSource Property to get Dates from Excel

    So bad Windows Regional Settings ! Normal according to the cells formatting with real Excel dates (numbers) rather than texts … In fact the Excel engine natively understand only english / US dates whatever the local Excel version and whatever the Windows Regional Settings ! So as an...
  16. B

    how to convert text to numbers?

    Wants to convert this text " One thousand and twelve" to 1012.
  17. U

    Encrypting text into colors using Numberphile's method

    I was watching an old Numberphile video where he discusses this. His method is to: 0) Select a text string to encrypt. 1) Convert each character into it's binary equivalent. 2) Combine the binary numbers to create a "binary string". 3) Convert the binary string into a decimal string. 4)...
  18. AlanSidman

    Date Format

    You will need to convert your value to text to get the source data to look like you desire. In excel, all dates are numbers that are one up from the point of 1/1/1900. What you see in an excel cell is how that numerical number is formatted. See how to do this -->...
  19. C

    convert number to its Name

    Hello All, Will you please help me to write a UDF for below query. If a Cell A1 has a number then B1 will have its name. For Example. If A1 has 67 as number then B1 should display as SIX SEVEN and not Sixty Seven. Please note i want to have a every digit to be display as its name and not by its...
  20. I

    Converting Picture to Numbers in Excel

    Hello Everyone, I want to convert this picture to numbers in Excel so that i can edit the text. I have tried Power query and several other option. Please can anyone guide my how can i do that ? Which format is required
  21. C

    Excel – Converting numbers in a Column that has the ‘Scientific & General’ format

    The 2nd part of my question is that when I use the ‘Legacy Text Import Wizard’ the numbers that were in ‘Scientific’ in Column ‘B’ do not change to reflect the number that should be displayed e.g. ‘1.01E+10 should display 10113E6’. Please see the attached ‘Legend’ for the seven Scientific...
  22. C

    Excel – Converting numbers in a Column that has the ‘Scientific & General’ format

    Need assistance, is there a way to convert a ‘csv’ or ‘txt’ file that has numbers in a column that has the ‘Scientific & General’ format using Office 365? I used to use the ‘From Text/CSV’ located under the ‘Data’ tab but it does not work for me using Office 365 Excel. I attached a ‘CSV’ and...
  23. P

    How to convert to 12 hours date format

    To calculate with time in Excel each time must be represented by a number between 0 and 1 (that is, a fraction of one day). So, although "8am-4pm" means something to you, Excel cannot perform calculations on the numbers (start and end of the shift) in that form. The start time might be...
  24. Vedud

    Anyway to type more than 15 digits for calculation?

    Hi, Yes I tried both ways using text format or an apostrophe. It lets us to see whole numbers more than 15 but I can't calculate things with it. I searched for this issue. Most of the Sites say it is impossible to cause of excel only lets 15 digits to calculate. It doesn't let scientific calculation
  25. P

    Anyway to type more than 15 digits for calculation?

    Did you enter the so-called 'numbers' as text rather than allowing Excel to convert it to (the binary representation) a number? The cell should have a number format of 'text' or prefixing it with an apostrophe could work.
Back
Top