+ Reply to Thread
Results 1 to 4 of 4

Automatically recognize numbers, even in a cell already formatted as text?

  1. #1
    Registered User
    Join Date
    07-21-2022
    Location
    canada
    MS-Off Ver
    365
    Posts
    4

    Automatically recognize numbers, even in a cell already formatted as text?

    Hello,

    My boss seems to be able to enter numbers into cells that are formatted as Text, yet they will automatically be recognized as numbers when referenced in a formula,

    however when I enter numbers into a cell formatted as Text, they aren't immediately recognized as numbers and I have to convert them.



    Obviously it would save time to not have to convert them to numbers manually every time we enter info and clearly, somehow, my boss' computer is set up such that numbers are immediately recognized, even when entered into cells formatted as Text.


    Can anyone guide me towards understanding what is going on here or how I could easily enter numbers that will be recognized as numbers by a formula?

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,473

    Re: Automatically recognize numbers, even in a cell already formatted as text?

    One way is in your formula to use the VALUE() function when referencing a number that is in TEXT format.
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  3. #3
    Registered User
    Join Date
    07-21-2022
    Location
    canada
    MS-Off Ver
    365
    Posts
    4

    Re: Automatically recognize numbers, even in a cell already formatted as text?

    Would the proposed solution be to create a list of the text values as numbers using the VALUE function that could then be referenced as numbers by a SUM function to calculate the sum of those numbers?

    When I try to add a series of numbers from different cells using VALUE it instead creates a list of those values as numbers below the cell where I inserted the function.


    For instance:
    VALUE=(A1:A5) will create a list of the values found in those cells below the function cell as numbers

    VALUE=(A1+A2+A3+A4+A5) will write the sum of those numbers in the function cell (which is my desired outcome with this solution) but obviously writing each cell name with a plus sign is inefficient


    Is there any way to use the VALUE function to create a sum of many numbers found in text cells without manually indicating each cell name followed by another plus sign?

  4. #4
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,473

    Re: Automatically recognize numbers, even in a cell already formatted as text?

    lets say in cells A1:A5 you have numbers formatted as text.
    you could use the formula:

    =SUM(value(A1:A5))

    to get the total value of those cells.
    If you just used SUM(A1:A5) on those same cells it would return 0.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Recognize certain text in a column and delete subsequent rows automatically
    By Swishmak3r in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-07-2017, 01:23 AM
  2. [SOLVED] Convert all numbers stored as text or custom formatted to numbers &no decimals - 40 sheets
    By synses in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-19-2013, 01:46 AM
  3. Extracting numbers and text from inconsistent text/number formatted string
    By Brandivil in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-25-2013, 01:46 PM
  4. some numbers formatted as text
    By peterhw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-09-2012, 01:57 PM
  5. [SOLVED] Converting numbers formatted as text to numbers
    By Bill in forum Excel General
    Replies: 1
    Last Post: 07-19-2005, 03:05 PM
  6. how do i automatically format a cell to only recognize the first w
    By BMoneeTheMoneeMan in forum Excel General
    Replies: 3
    Last Post: 03-21-2005, 03:06 PM
  7. Converting 'General' formatted cells to Text formatted cell using.
    By Zahid Khan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-12-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1