+ Reply to Thread
Results 1 to 6 of 6

IF and ISBLANK issue,

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-02-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    452

    IF and ISBLANK issue,

    Formula: copy to clipboard
    =IF(ISBLANK(V6),IF(ISBLANK(Q3),"",1),1)


    I have this formula which I am going to have to nest much more IF and ISBLANK formulas into. What I would like is if any of my cells (right now just V6 and Q3) contain a number value, then the number 1 is shown. Right now both cells have to have a number in it in order to display 1. What am I doing wrong?

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,610

    Re: IF and ISBLANK issue,

    Perhaps =IF(sum(V6,Q3),1,"")

  3. #3
    Forum Contributor
    Join Date
    04-02-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    452

    Re: IF and ISBLANK issue,

    Thank you, it worked and is way easier. I just did it with 13 cell references in a minute or so, I would have hated to typed out that many references with the way I was trying to do it.

  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
    53,048

    Re: IF and ISBLANK issue,

    =if(sum(v6,q6)>0,1,"")

    edit: is there an echo in here Pepe...Pep...P....
    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

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: IF and ISBLANK issue,

    You're formula works as expected for me.
    If Either cell (V6 or Q3) contain a number value (or any value really, just not blank)
    Then the formula returns 1.

    Only if BOTH cells are blank, does it return the ""

  6. #6
    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: IF and ISBLANK issue,

    Happy to help and thanks for the feedback

+ 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] If isblank
    By leinster93 in forum Excel General
    Replies: 4
    Last Post: 04-02-2012, 09:51 AM
  2. Help with ISBLANK function referring to a cell with another ISBLANK formula
    By camdameron in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-23-2011, 12:45 PM
  3. ISBLANK Help
    By Edward C in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-05-2009, 06:47 PM
  4. If(ISBLANK)
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  5. [SOLVED] If(ISBLANK)
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 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