+ Reply to Thread
Results 1 to 5 of 5

Need help with IF(ISBLANK) forumla

  1. #1
    Registered User
    Join Date
    07-08-2013
    Location
    St. louis
    MS-Off Ver
    Excel 2003
    Posts
    2

    Need help with IF(ISBLANK) forumla

    I want to return a value if any of three cells is blank, or contains data for that matter. I'm having an issue with the ISBLANK function containing too many arguments. Here's what I have:

    =IF(ISBLANK(F2,J2,K2),No,Yes)

    The ISBLANK function only lets me return a value when one cell is referenced, but not multiple.

    Please help!

  2. #2
    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
    48,213

    Re: Need help with IF(ISBLANK) forumla

    =IF(OR(ISBLANK(F2),ISBLANK(J2),ISBLANK(K2)),"No","Yes")


    Regards, TMS
    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


  3. #3
    Registered User
    Join Date
    07-08-2013
    Location
    St. louis
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Need help with IF(ISBLANK) forumla

    Thank to TMS, much appreciated.

  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
    48,213

    Re: Need help with IF(ISBLANK) forumla

    You're welcome.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need help with IF(ISBLANK) forumla

    Here's another possibility...

    =IF(COUNTA(F2,J2:K2)<3,"No","Yes")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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