• Numeric function and inserted text in same cell (2000)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Numeric function and inserted text in same cell (2000)

    Author
    Topic
    #367600

    To anyone,
    I would like to be able to insert both (1) a numeric function (i. e., A1+A2) in another cell (say, B1), and also (2) text that would follow the result of the numeric operation, but would be contained in the same cell.
    Any clues?
    Thanks,
    Jeff

    Viewing 1 reply thread
    Author
    Replies
    • #573650

      =A1+A2 & ” And The Text that follows A1+A2″

    • #573651

      You could use

           =(A1 + A2 ) & "Text",

      where Text is the text you want included.

      However the formula result will bw text, and not numeric. If it is only for display purposes, and you require that cell value be a number, you can use the following custom number format :

          #,##0 "Text"

      again where Text is the text value you want to display.

      Andrew C

      • #573652

        As usual, I am having a problem. I attach a file where I want the numeric result to include a $ and 4 decimal places. I can’t seem to find the custom format that does the trick!
        Thanks,
        Jeff

        • #573660

          Just add the $ sign and number of Decimals you need

          “$”#,##0.0000 “Text”

          HTH

          Peter

      • #573661

        Just figured it out; Thanks. The trouble is when you insert the semi-colons (say for negative values), Excel seems to ingnore your directions!
        Jeff

        • #573697

          Attached is your w/b.

          I applied the custom format

          _(“$”* #,##0.0000_) ” per Pound”;_(“$”* (#,##0.0000) ” per Pound”,

          though I am not sure it makes sense for negative values.

          Andrew C

    Viewing 1 reply thread
    Reply To: Numeric function and inserted text in same cell (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: