+ Reply to Thread
Results 1 to 12 of 12

Dollar Sign not showing in Cell for Currency

  1. #1
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Dollar Sign not showing in Cell for Currency

    Hi. I used the subtraction formula in a cell, then selected Currency & Accounting to add a dollar sign, but it does not add a dollar sign in front of my total number amount. It shows in the cell I had a Sum formula, but not this one. Why not?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Dollar Sign not showing in Cell for Currency

    that cell might not be formatted as currency or accounting (they are different) and if it is formatted that way, then check the format to see that what is in the Symbol box is not "None" but has the sign you want.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Re: Dollar Sign not showing in Cell for Currency

    There is the dollar sign symbol in the Symbol box... I'm so confused.

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Dollar Sign not showing in Cell for Currency

    Does it happen in all your workbooks or just the one? What happens if you hand enter it into the cell?

    can you upload a sample (per the instructions at the top of the post in the yellow banner)?

  5. #5
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Re: Dollar Sign not showing in Cell for Currency

    I just have this one workbook. I've tried using the same formula in other cells, and still doesn't show the dollar sign. I've set both cells I'm using for the subtraction formula to currency and still doesn't show.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Re: Dollar Sign not showing in Cell for Currency

    When I hand enter the dollar amount, and set to currency or accounting, it shows the dollar sign. Just not with the formula =IMSUB. But it does show the dollar sign in another cell with the formula =SUM....

  7. #7
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,819

    Re: Dollar Sign not showing in Cell for Currency

    You are dealing with all real numbers, so I wonder why you are using the IMSUB() function. The IMSUB() function is designed to work with complex numbers, which are stored in Excel cells as text strings, so the IMSUB() function returns a text string -- even if the inputs are all real and the output is real. Number formatting does not change the display of text strings (which includes numbers stored as text like in this case). solutions I see:

    1) Use a regular subtraction operator =B28-C25. This results in a number (not text).
    2) Add to the formula something will convert from text to a number. With complex numbers, one would use =IMREAL(IMSUB(...)), but one could also use any number of other strategies for converting numbers stored as text to numbers.

    The solution you choose depends entirely on your reason for using the IMSUB() function. Since I doubt that an accounting spreadsheet ever expects to actually use complex numbers, I would expect the first solution to be the simplest and most appropriate.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  8. #8
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Dollar Sign not showing in Cell for Currency

    I have never used the INSUB formula. This site... https://www.excelfunctions.net/excel...-function.html notes that that formula outputs text which will not allow you to format as currency or accounting.
    if you add *1 at the end of it that will change the output into a number and the dollar sign will appear and it will convert the output to numeric instead of text.
    so either of these will work and the dollar sign will appear and any downstream references to that cell will work because it will convert to numeric...
    =--IMSUB(B28,C25)
    or
    =IMSUB(B28,C25)*1

  9. #9
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Re: Dollar Sign not showing in Cell for Currency

    THANK YOU!!!!!! I don't know how I got this formula to subtract. But, duh, the simple formula you provided is the one I need to use!! It's been years and I completely forgot the formulas, lol. That solved IT!

  10. #10
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Re: Dollar Sign not showing in Cell for Currency

    THANK YOU BOTH! Mr. Shorty and Sam, using a regular subtraction operator (=B28-C25) solved my issue. I so appreciate you all's help in such a quick manner!! God Bless you both! You may hear from me in the near future again

  11. #11
    Registered User
    Join Date
    09-03-2020
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    7

    Re: Dollar Sign not showing in Cell for Currency

    I am using the simple formula of =B28-C25, but I just wanted to let you know Sam, that your answer =IMSUB(B28,C25)*1 solved it, also. Thank you both again!!

  12. #12
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Dollar Sign not showing in Cell for Currency

    I should've considered why you were using that formula but I didn't. But as Mr Shorty noted, there are simpler formulas, glad you used his recommendation.
    If that takes care of your issue then, don't forget to mark the post as solved using the thread tools dropdown at the top of the post.
    AND thank you for the rep!

+ 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 Split dollar sign in to another cell
    By Gnanaprakash1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-04-2019, 02:13 AM
  2. Replies: 7
    Last Post: 06-17-2014, 02:15 PM
  3. Showing withOUT a dollar sign
    By PressureDrop in forum Excel General
    Replies: 4
    Last Post: 11-12-2008, 10:30 AM
  4. Replies: 3
    Last Post: 03-23-2006, 02:25 PM
  5. XL invoice replace the dollar sign with euro sign
    By Pamela casares in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-16-2005, 04:25 PM
  6. Dollar sign on left side of cell
    By kurtis in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-02-2005, 01:05 AM
  7. [SOLVED] Changing Dollar sign to another currency not listed in Excel
    By Rehan in forum Excel General
    Replies: 1
    Last Post: 04-12-2005, 12: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