+ Reply to Thread
Results 1 to 7 of 7

ISBLANK help

  1. #1
    Registered User
    Join Date
    08-23-2009
    Location
    seeb,oman
    MS-Off Ver
    Excel 2003
    Posts
    56

    ISBLANK help

    Hi,
    I need a help in this formula =IF(ISBLANK(C4),"",B3+1), in this case if b2 is a blank cell i am getting a VALUE error. I am using 2 colomns B and C about 500 raws, i am using c colum to enter data , in the above formula B colum is automatically filled the serial numbers(1 to 500) . I hope somebody will help in this regard.


    Thanks and regards

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: ISBLANK help

    Try this ...

    =IF(ISBLANK(C4),"",MAX($B$2:B3)+1)

  3. #3
    Registered User
    Join Date
    08-23-2009
    Location
    seeb,oman
    MS-Off Ver
    Excel 2003
    Posts
    56

    Re: ISBLANK help

    yes sir, done. Thanks alot.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: ISBLANK help

    You could simplify with
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Registered User
    Join Date
    08-23-2009
    Location
    seeb,oman
    MS-Off Ver
    Excel 2003
    Posts
    56

    Re: ISBLANK help

    sorry sir, zero is still counting , if it is empty balnk cell your formula is ok.

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: ISBLANK help

    then try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    08-23-2009
    Location
    seeb,oman
    MS-Off Ver
    Excel 2003
    Posts
    56

    Re: ISBLANK help

    yes sir(mr.Alkey), done. thanks alot.

+ 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. Formula not working =IF(ISBLANK(N4),"",IF(ISBLANK(N4),"",N4-M4))
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-17-2017, 12:26 PM
  2. [SOLVED] IsBlank
    By ConfusionSetsIn in forum Excel General
    Replies: 3
    Last Post: 02-04-2016, 03:26 PM
  3. [SOLVED] If, and, isblank, not(isblank)
    By ExcelDummy77 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-16-2015, 04:02 PM
  4. IF ISBLANK Help Please
    By nkitchen31 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-25-2014, 08:44 AM
  5. [SOLVED] IF formula not working =IF(NOT(ISBLANK(M3)),"",IF(ISBLANK(L3),"",TODAY()-L3))
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2014, 02:37 PM
  6. 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
  7. Isblank
    By Bukovets in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-22-2010, 06:04 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