+ Reply to Thread
Results 1 to 3 of 3

If/ Then Formula Question

  1. #1
    Registered User
    Join Date
    05-14-2014
    MS-Off Ver
    Excel 2013
    Posts
    29

    If/ Then Formula Question

    I am needing some help on a formula, that I believe needs to be a If/Then formula, but not sure. I am tracking sells for a client. Each day there is an Goal, Actual, Last Year, and a Budget box. Each of them have a +/- box to show how they preformed. Currently the +/- box shows a negative number for the days that have not happened because there is not anything in the Actual box. What is the formula to have the +/- box show a "-" until the Actual number is entered. I know this is an aesthetics thing, but it drastically clogs up the look of the spreadsheet.


    A B
    1 Goal $5,076.40
    2 Actual
    3 $ +/- -$5,076.40
    4 Last Year $2,929.43
    5 $ +/- -$2,929.43
    6 Budget $3,356.47
    7 $ +/- -$3,356.47

  2. #2
    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
    52,939

    Re: If/ Then Formula Question

    Try this...
    =if(B2="","",your-formula)
    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

  3. #3
    Registered User
    Join Date
    05-14-2014
    MS-Off Ver
    Excel 2013
    Posts
    29

    Re: If/ Then Formula Question

    Quote Originally Posted by FDibbins View Post
    Try this...
    =if(B2="","",your-formula)
    That worked perfect! Thanks.

+ 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. Replies: 1
    Last Post: 03-04-2012, 12:03 AM
  2. Replies: 2
    Last Post: 10-08-2009, 09:51 PM
  3. Replies: 1
    Last Post: 05-20-2009, 08:15 AM
  4. Replies: 3
    Last Post: 05-05-2006, 12:55 PM
  5. IF formula question:edit the fist half of the original formula
    By impress in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-13-2006, 08:35 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