+ Reply to Thread
Results 1 to 5 of 5

ISBLANK Not Working Because of Non-blank Cells

  1. #1
    Registered User
    Join Date
    11-07-2018
    Location
    Indiana
    MS-Off Ver
    Office 365
    Posts
    19

    Question ISBLANK Not Working Because of Non-blank Cells

    Hi, I hope I worded the title right. I'm trying to learn proper forum etiquette, and do not want to be misleading (as I was on my last post accidentally). I have a spreadsheet that I'm trying to get an IF statement to work on, but unfortunately I just cannot get it to work for me. I'm attaching a small portion of the workbook for reference (don't worry, there's nothing important or personal in it). Anyway, I need an IF function (or something that works) in column Q that basically says, if P2 is empty, then give me the data from I2, but if there is something in P2, then return that number instead. Where it isn't working for me is I was using a ISBLANK function in column Q, but that doesn't quite work since none of the cells are actually blank. They are empty strings of other IF statements.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: ISBLANK Not Working Because of Non-blank Cells

    You can use this in Q2:

    =IF(P2="",I2,P2)

    Note that P2 looks like a number, but is actually a text value, as it is derived from concatenating other cells together.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-07-2018
    Location
    Indiana
    MS-Off Ver
    Office 365
    Posts
    19

    Re: ISBLANK Not Working Because of Non-blank Cells

    HOLY COW THAT WORKED! I don't know why I didn't think of that. It's so simple! I guess I've just been overthinking it. It works beautifully now.

    Thank you for the help, Pete_UK!!!! I'll be updating this thread to SOLVED.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,695

    Re: ISBLANK Not Working Because of Non-blank Cells

    Glad to help, and thanks for the rep.

    Pete

  5. #5
    Registered User
    Join Date
    11-07-2018
    Location
    Indiana
    MS-Off Ver
    Office 365
    Posts
    19

    Re: ISBLANK Not Working Because of Non-blank Cells

    No problem at all!

+ 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] ISBLANK not working
    By douglascaixeta in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-02-2014, 10:49 AM
  2. If(ISBlank is working now want to add another IF
    By mtr1213 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-12-2014, 12:05 PM
  3. [SOLVED] ISBLANK not working
    By gocolonel77 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-26-2013, 02:08 PM
  4. Replies: 4
    Last Post: 12-19-2013, 09:49 AM
  5. [SOLVED] IF ISBLANK not working
    By Baishamao in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-02-2013, 10:36 AM
  6. Cell is blank but ISBLANK function says its not blank
    By welchs101 in forum Excel General
    Replies: 12
    Last Post: 06-30-2011, 05:31 PM
  7. [SOLVED] Isblank Function not working in VBA
    By ExcelMonkey in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-16-2005, 08:06 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