+ Reply to Thread
Results 1 to 7 of 7

Counting a Specific number of blank cells to reference a date

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    15

    Counting a Specific number of blank cells to reference a date

    Hi Folks,

    I need help. I'm stuck! I've tried to implement a formula which I had help from here in getting - but I cannot make it work on my current data.
    I have attached my file.

    The formula is in 'Major Project Stats' B16

    What I want to do is use the date specified in B3 to count a specific number (specified in B15) of blank cells on the 'Planner' sheet. So starting from the date in B3 count blank cells to reach the number of cells in B15 and return the associated row date to B16.

    Can anybody make it work please? I just don't know what's wrong!!

    =INDEX(Planner!B2:B1001,MATCH(B3,Planner!B2:B1001,0)+MAX(ROW(Planner!A1:A1000)*(COUNTBLANK(OFFSET(Planner!D1,MATCH(B3,Planner!B2:B1001,0),0,ROW(Planner!A1:A1000),22))<B15)*(COUNTBLANK(OFFSET(Planner!D1,MATCH(B3,Planner!B2:B1001,0),0,ROW(Planner!A2:A1000),22))>=B15)))

    Thanks

    Rich

    Originally got to this point from help here: http://www.excelforum.com/showthread...t=#post4324890
    Note: Also posted here, but with no responses: http://www.excelguru.ca/forums/showt...ate-from-a-row
    Attached Files Attached Files
    Last edited by itchy20; 03-02-2016 at 08:56 AM.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Counting a Specific number of blank cells to reference a date

    What you looking for can you please tell us expected result with you conditions ???

  3. #3
    Registered User
    Join Date
    03-11-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Counting a Specific number of blank cells to reference a date

    So on the example spreadsheet attached and working with todays date (02/03/2016) then counting 90 blank cells would reach Cell H28 on the 'Planner' sheet. So then I want to return the date based on row 28, that would be Cell B28 on the 'Planner' sheet and my result would be 08/03/2016.

  4. #4
    Registered User
    Join Date
    03-11-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Counting a Specific number of blank cells to reference a date

    Quote Originally Posted by shukla.ankur281190 View Post
    What you looking for can you please tell us expected result with you conditions ???
    So on the example spreadsheet attached and working with todays date (02/03/2016) then counting 90 blank cells would reach Cell H28 on the 'Planner' sheet. So then I want to return the date based on row 28, that would be Cell B28 on the 'Planner' sheet and my result would be 08/03/2016.

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

    Re: Counting a Specific number of blank cells to reference a date

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

    http://www.excelguru.ca/forums/showt...ate-from-a-row

    Also add links to other forums, as your first post implies you cross-posted elsewhere

  6. #6
    Registered User
    Join Date
    03-11-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Counting a Specific number of blank cells to reference a date

    Quote Originally Posted by Pepe Le Mokko View Post
    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

    http://www.excelguru.ca/forums/showt...ate-from-a-row

    Also add links to other forums, as your first post implies you cross-posted elsewhere
    All dressed down and linked up.
    Still need some help though, no solution thus far.

  7. #7
    Registered User
    Join Date
    03-11-2014
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Counting a Specific number of blank cells to reference a date

    Quote Originally Posted by itchy20 View Post
    Hi Folks,

    I need help. I'm stuck! I've tried to implement a formula which I had help from here in getting - but I cannot make it work on my current data.
    I have attached my file.

    The formula is in 'Major Project Stats' B16

    What I want to do is use the date specified in B3 to count a specific number (specified in B15) of blank cells on the 'Planner' sheet. So starting from the date in B3 count blank cells to reach the number of cells in B15 and return the associated row date to B16.

    Can anybody make it work please? I just don't know what's wrong!!

    =INDEX(Planner!B2:B1001,MATCH(B3,Planner!B2:B1001,0)+MAX(ROW(Planner!A1:A1000)*(COUNTBLANK(OFFSET(Planner!D1,MATCH(B3,Planner!B2:B1001,0),0,ROW(Planner!A1:A1000),22))<B15)*(COUNTBLANK(OFFSET(Planner!D1,MATCH(B3,Planner!B2:B1001,0),0,ROW(Planner!A2:A1000),22))>=B15)))

    Thanks

    Rich

    Originally got to this point from help here: http://www.excelforum.com/showthread...t=#post4324890
    Note: Also posted here, but with no responses: http://www.excelguru.ca/forums/showt...ate-from-a-row
    If it helps then I could change it to use cells containing a specific text string or numerical value rather than counting blank cells.

+ 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. Counting Non Blank cells in offset from reference cell
    By wjk221 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-27-2015, 04:38 PM
  2. Ignore blank cells in formula counting number of different cells.
    By deneh in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-07-2015, 08:52 AM
  3. counting the number of instances of blank cells in a range
    By moses67 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-01-2013, 10:35 AM
  4. Counting number of non-blank cells for every nth cell
    By mqp92 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 02-03-2013, 11:08 AM
  5. Excel 2007 - Counting of blank cells with specific criteria
    By nishu.raghavendra in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-16-2013, 09:46 AM
  6. Counting of Specific range of BLANK cells
    By ray963 in forum Excel General
    Replies: 6
    Last Post: 05-22-2011, 09:57 AM
  7. Counting number of occurences specific date in range of cells in a table
    By jzzman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-17-2009, 01:47 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