+ Reply to Thread
Results 1 to 4 of 4

Help! I the formula that would count number of emptys cells in a column based on.....

  1. #1
    Registered User
    Join Date
    06-16-2015
    Location
    Cincinnati
    MS-Off Ver
    2013
    Posts
    36

    Help! I the formula that would count number of emptys cells in a column based on.....

    hello all,

    I am looking for the formula that would count the number of empty cells in column G based on the last row of data in column E.

    Thanks for your time on this matter,

    MG

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Help! I the formula that would count number of emptys cells in a column based on.....

    Based how on the last row of data in E?
    So if the last row of data in E is in row 200, you want to know how many empty cells are between 1 and 200 in G?

    or
    if the last row of data in E has the value 56, then you want to know how many empty cells are between 1 and 56 in G?

    Try
    =COUNTIF(OFFSET($E$1, 0,2, MATCH(9^99, $E:$E),1), "")
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Help! I the formula that would count number of emptys cells in a column based on.....

    Try,

    =COUNTBLANK(OFFSET($G$1,0,0,LOOKUP(2,1/($E:$E<>""),ROW($E:$E))))

    e.g. if the last non-empy cell in column E is cell E19, this formula will count the blank cells in G1:G19.

  4. #4
    Registered User
    Join Date
    06-16-2015
    Location
    Cincinnati
    MS-Off Ver
    2013
    Posts
    36

    Re: Help! I the formula that would count number of emptys cells in a column based on.....

    Thanks for your time

+ 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] Formula to use to count the number of cells in a column which meet three sets of criteria
    By Dhabitude in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-11-2013, 11:22 AM
  2. [SOLVED] Formula to count number of blank cells for a specific condition in another column
    By Daniel_12 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-30-2013, 07:16 AM
  3. [SOLVED] Count the number of unigue numbers based on number in another column.
    By ksmith4809 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-27-2013, 09:11 AM
  4. Replies: 6
    Last Post: 11-18-2012, 09:15 AM
  5. Replies: 9
    Last Post: 06-08-2012, 06:22 PM

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