+ Reply to Thread
Results 1 to 4 of 4

Display £ sign in cell only if less / more than 0

  1. #1
    Registered User
    Join Date
    03-08-2017
    Location
    portsmouth
    MS-Off Ver
    2007
    Posts
    16

    Display £ sign in cell only if less / more than 0

    My apologies if this is really basic stuff

    I have for instance a cell (C3) that is format as accounting £ . The cell contents are A3+B3
    If cells A3 and B3 are both blank C3 still displays £
    Is there a way to format C3 to not display £ unless A3 or B3 have info

    appreciated

    Ian

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Display £ sign in cell only if less / more than 0

    I suppose it could be done with formatting but might be more straightforward to just update your formula:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Display £ sign in cell only if less / more than 0

    The format of the cell looks something like this:

    _($* #,##0_);_($* (#,##0);_($* "-"_);_(@_)

    The third item in the semicolon delimited list is how zero is displayed. If you want nothing displayed, change it to this:

    _($* #,##0_);_($* (#,##0);;_(@_)
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Display £ sign in cell only if less / more than 0

    Change the Accounting Custom Format from this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    to this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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. Sign up how to display a validation list with value from two columns
    By jiaron_1230 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-22-2016, 02:00 AM
  2. Clickable plus sign to display cells from another sheet?
    By noneforit in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2012, 11:39 AM
  3. Formula to display < sign
    By cyleka in forum Excel General
    Replies: 1
    Last Post: 08-05-2010, 06:59 AM
  4. [SOLVED] Dollar Sign conditional display
    By nine in forum Excel General
    Replies: 3
    Last Post: 07-08-2006, 05:35 AM
  5. How do I not display the Euros sign, if value is 0?
    By Connie in forum Excel General
    Replies: 2
    Last Post: 05-04-2006, 11:00 PM
  6. display plus sign on plus numbers in Excel
    By tnoble in forum Excel General
    Replies: 1
    Last Post: 11-19-2005, 10:30 AM
  7. I want to display the minus sign
    By ED in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 10-27-2005, 06: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