+ Reply to Thread
Results 1 to 3 of 3

How do I not display the Euros sign, if value is 0?

  1. #1
    Connie
    Guest

    How do I not display the Euros sign, if value is 0?

    I have spread sheet that has many lines that converts dollars to Euros, but
    if dollars are not input on a line, I would like the cell to be blank and not
    the the Euro sign and a dash. Anybody have an answer?

  2. #2
    Registered User
    Join Date
    02-01-2006
    Posts
    60
    Is this any help:

    =IF((A16*B16)=0,"",(A16*B16))

    Basically if the result of A16 * B16 is 0 put nothing ("") in the cell, otherwise perform the formula. Ensure that the cells are formatted to show Euros (right click > format cells > currency.

    Thanks
    gazzr

  3. #3
    Connie
    Guest

    Re: How do I not display the Euros sign, if value is 0?

    Thank you so much! It worked. I appreciate your time to help me.
    Connie

    "Gazzr" wrote:

    >
    > Is this any help:
    >
    > =IF((A16*B16)=0,"",(A16*B16))
    >
    > Basically if the result of A16 * B16 is 0 put nothing ("") in the cell,
    > otherwise perform the formula. Ensure that the cells are formatted to
    > show Euros (right click > format cells > currency.
    >
    > Thanks
    > gazzr
    >
    >
    > --
    > Gazzr
    > ------------------------------------------------------------------------
    > Gazzr's Profile: http://www.excelforum.com/member.php...o&userid=31075
    > View this thread: http://www.excelforum.com/showthread...hreadid=539127
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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