+ Reply to Thread
Results 1 to 3 of 3

Hiding the result until an entry is made

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    Hiding the result until an entry is made

    =+A20*(G20-H20)

    I don't want the 0.00 to show and the cell to be blank until an entry is made to G20

  2. #2
    Registered User
    Join Date
    06-15-2012
    Location
    Colombia
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Hiding the result until an entry is made

    You can put an IF conditional.

    =IF((A20*(G20-H20))=0;"";(A20*(G20-H20)))
    http://excelmooc.com

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Hiding the result until an entry is made

    or a shorter version...

    =IF(G20="","",A20*(G20-H20))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] Trying to copy formula from cell above if an entry is made in the row
    By LeanAccountant in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-08-2014, 06:04 AM
  2. find the last entry that was made in a column
    By Jlrdeect in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-21-2013, 04:38 PM
  3. chaning colours if not entry is made
    By Paul Cooke in forum Excel General
    Replies: 7
    Last Post: 11-10-2007, 07:18 PM
  4. After a date entry is made, only displaying the Day
    By Alec H in forum Excel General
    Replies: 3
    Last Post: 02-09-2006, 09:10 AM
  5. [SOLVED] one cell entry made up of two lookup results
    By Orion in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-22-2005, 08:06 AM

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