+ Reply to Thread
Results 1 to 4 of 4

If AND IS BLANK for 3 critera

  1. #1
    Registered User
    Join Date
    10-02-2013
    Location
    Leeds
    MS-Off Ver
    MS 365
    Posts
    23

    If AND IS BLANK for 3 critera

    How do I do and if and statement to tell me if 3 cells are blank ie if a1,B1 and C1 are blank then 'yes'

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,198

    Re: If AND IS BLANK for 3 critera

    if(and(a1="",b1="",c1=""),"yes","")

    if(countif(a1:c1,"")=3,"yes","")

  3. #3
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: If AND IS BLANK for 3 critera

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by kev_; 02-19-2018 at 11:30 AM.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  4. #4
    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,917

    Re: If AND IS BLANK for 3 critera

    kev, OP shows 2010, concat, textjoin are not available to them

    counta() is what I would go with, DEPENDING on if teh cells are really blank/empty/contain nothing. If they contain formulas that show "", that wont work either, OP will probably need to use COUNTIF() or SDUMPRODUCT()...
    =COUNTIF(H16:L16,"")
    =SUMPRODUCT(--(H16:L16=""))
    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] SUMIFS (Several Critera)
    By mackan7695 in forum Excel General
    Replies: 5
    Last Post: 09-15-2015, 03:24 AM
  2. Autofilter Critera
    By 13lack13lade in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-07-2013, 02:46 PM
  3. [SOLVED] SUMIFS with <> Critera
    By bdicarlo1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-20-2013, 01:35 PM
  4. Vlookup (3 critera)
    By Engineers08 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2008, 11:44 AM
  5. Add two critera containing dates
    By Eyeballs in forum Excel General
    Replies: 3
    Last Post: 12-06-2007, 04:06 PM
  6. Count with two critera
    By mwrfsu in forum Excel General
    Replies: 2
    Last Post: 08-01-2007, 09:14 PM
  7. [SOLVED] How do I sum with two critera?
    By Clare in forum Excel General
    Replies: 4
    Last Post: 08-24-2005, 10:05 AM

Tags for this Thread

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