+ Reply to Thread
Results 1 to 4 of 4

Put a symbol after a number using a formula...

  1. #1
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Put a symbol after a number using a formula...

    Good morning,

    So i know there is a way to always put a symbol after number.

    I currently have the following formula in a cell: =IFERROR(O15+O23+O31,"") this formula is perfect and works every time but i want the resulting number to have "*" after each number. Is this at all possible.

    Thanks in advance

    Los

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Put a symbol after a number using a formula...

    You can append to result, but will turn result to text.

    =IFERROR(F8+F10+F12 &"*","")

    you could use a custom number format

    General\*
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Put a symbol after a number using a formula...

    =IFERROR((O15+O23+O31)&"**","")
    try this
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Put a symbol after a number using a formula...

    That worked awesome!!!

    Thanks
    Los

+ 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. How to sum if colum has number with symbol like /-
    By uttam.mothe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2013, 06:42 AM
  2. Formula to find a number in a string of numbers separated by a symbol
    By cslm001 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-12-2012, 11:23 AM
  3. [SOLVED] Extract data[number] from a set of [words,number and symbol] and place into column
    By dragon_m0nsta in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 08-12-2012, 08:31 PM
  4. [SOLVED] Formula returning the number of a cell that contains a number and symbol
    By thesis in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-08-2012, 04:14 PM
  5. How do i add the squared symbol to a number
    By mike in forum Excel General
    Replies: 3
    Last Post: 08-01-2005, 02:05 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