+ Reply to Thread
Results 1 to 3 of 3

Getting Excel to ignore Blank cells in a formula

  1. #1
    Registered User
    Join Date
    04-15-2014
    Location
    Amurica
    MS-Off Ver
    Excel 2010
    Posts
    8

    Getting Excel to ignore Blank cells in a formula

    Equipment Pickup Check List (Help Version).xlsx




    In the attached file I have randomly "Inventoried" the listed items on tab 6. The quantity "found" is listed in Column V on tab 6 (Again, random numbers). I left three blank (In RED). When left blank they are counted short. How do I avoid this? The "Shortage list" is on the "Shortage" tab. I also want the "#VALUE!" to go away when trying to calculate "Items Short" in the Shortage tab. As you may notice, my tab 6 opens about half way... how do I get it to open at the top left?

    1.) Have excel NOT count blank cells as "short inventory"
    2.) Have excel ignore cells with no data when calculating my items short (Shortage tab)
    3.) Have tab 6 open at the top left.


    Help me out! Thanks!!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,853

    Re: Getting Excel to ignore Blank cells in a formula

    Tab 6 opens top left here. Usually, clicking on A1 before saving the file will ensure that this happens.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,853

    Re: Getting Excel to ignore Blank cells in a formula

    =if(isblank(v7),"",if(v7<u7,"x",""))

    pasted into AB7 on Tab 6 and copied down.

    =IF(V7="","",U7-V7)

    pasted into AB7 on Shortage and copied down.

    And into U7 on Shortage:

    =IF(ISBLANK('Tab 6'!U7),"",IF('Tab 6'!V7<'Tab 6'!U7,'Tab 6'!U7,""))

    and into V7:

    =IF(ISBLANK('Tab 6'!V7),"",IF('Tab 6'!V7<'Tab 6'!U7,'Tab 6'!V7,""))

    both copied down.
    Last edited by AliGW; 04-16-2014 at 10:05 AM.

+ 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] Return non-blank cells from range AND ignore cells with only formula w/o results
    By grafitti in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-06-2014, 08:15 AM
  2. Ignore Blank Cells in SUMPRODUCT formula
    By taniwha in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-22-2013, 10:52 AM
  3. [SOLVED] Array formula to ignore blank cells
    By trickeyja in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-22-2012, 07:35 PM
  4. Getting formula to ignore blank cells
    By CDM in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-23-2006, 06:07 AM
  5. [SOLVED] how to make a formula ignore blank cells
    By Snap in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-07-2006, 08:00 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