Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   How can I get a 9-digit numeric datapoint to format as text, and link up to text (https://www.askmehelpdesk.com/showthread.php?t=471538)

  • May 18, 2010, 08:25 AM
    Jeter62
    How can I get a 9-digit numeric datapoint to format as text, and link up to text
    How can I get a 9-digit numeric datapoint to format as text, and link up to text? I was able to convert a column of 9-digit Social Security Numbers to 9-digit text, but they don't link up to =if statetments as I try to match them up. Thanks for your help
  • May 18, 2010, 09:09 AM
    ebaines

    You can use the function = text(cell,format), where format = 0 (meaning you want an integer as text). For example, if cell A1 has the number 123.0, and in cell A2 you put = TEXT(A1,0), you'll get "123" as text. You can then use functions like =if and =concatenate to manipulate the text.
  • May 18, 2010, 09:27 AM
    KISS

    I don't know if you know this, but preceding a number with a single quote ['] will force the number to be text.

  • All times are GMT -7. The time now is 12:47 AM.