+ Reply to Thread
Results 1 to 4 of 4

If(ISBLANK)

  1. #1
    Blue Hornet
    Guest

    Re: If(ISBLANK)

    Assuming reference blocks (cells) A1, B1, C1:

    =IF( ISBLANK( A1), "", IF( AND( ISBLANK( B1), ISBLANK( C1)), "B&C
    Blank", IF( ISBLANK( B1), "C1 has an entry!", "B1 has an entry")))


  2. #2
    Blue Hornet
    Guest

    Re: If(ISBLANK)

    Assuming reference blocks (cells) A1, B1, C1:

    =IF( ISBLANK( A1), "", IF( AND( ISBLANK( B1), ISBLANK( C1)), "B&C
    Blank", IF( ISBLANK( B1), "C1 has an entry!", "B1 has an entry")))


  3. #3
    Bill R
    Guest

    If(ISBLANK)

    I need to pull from 4 different sheets within the workbook based on whether
    1,2, or 3 reference blocks are left blank. If block one is left blank then
    the sum should be blank but if it is not blank then the sesult would vary
    depending on whether or not one or more of the other blocks were blank or
    not. each combination creats different answers. What is the best way to do
    this? Thanks.

  4. #4
    Blue Hornet
    Guest

    Re: If(ISBLANK)

    Assuming reference blocks (cells) A1, B1, C1:

    =IF( ISBLANK( A1), "", IF( AND( ISBLANK( B1), ISBLANK( C1)), "B&C
    Blank", IF( ISBLANK( B1), "C1 has an entry!", "B1 has an entry")))


+ 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