+ Reply to Thread
Results 1 to 4 of 4

Formula to identify and show address of range cells related to range of dates

  1. #1
    Forum Contributor
    Join Date
    07-09-2018
    Location
    Germany
    MS-Off Ver
    2016
    Posts
    257

    Formula to identify and show address of range cells related to range of dates

    From B3:O402 I have a range of values, each cell D have a specific date related to its own row. Example D4 is related to B4:O4.


    After putting a Initial Date in D1 and a Final Date in F1, the formula must identify the range of cells related to those dates.

    I need a formula to identify and show the address of this range of cells related to those dates.

    I attached a workbook with an example.
    Attached Files Attached Files
    Last edited by Mr.Castle; 09-09-2019 at 03:25 PM.

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Formula to identify and show address of range cells related to range of dates

    Do you want string returned?

    If so...
    ="B"&MATCH(D1,D4:D402,0)+3&":O"&AGGREGATE(14,6,ROW(D4:D402)/(D4:D402=F1),1)

    Alternately:
    ="B"&AGGREGATE(15,6,ROW(D4:D402)/(D4:D402=D1),1)&":O"&AGGREGATE(14,6,ROW(D4:D402)/(D4:D402=F1),1)
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Contributor
    Join Date
    07-09-2018
    Location
    Germany
    MS-Off Ver
    2016
    Posts
    257

    Re: Formula to identify and show address of range cells related to range of dates

    The formula worked , well.

    Thank you , CK76

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Formula to identify and show address of range cells related to range of dates

    You are welcome and thanks for the rep

    If your query is answered, please mark the thread as solved, using thread tool found at top of your initial post.

+ 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 to look at a range of cells, match dates within the range and pull data.
    By mark.k.conroy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-04-2019, 10:20 AM
  2. Replies: 3
    Last Post: 04-17-2018, 03:04 PM
  3. [SOLVED] Index match formula to match related data
    By roven.aravind in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2017, 01:15 AM
  4. Index Match to find match date to a range of dates
    By downcrusher in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-27-2017, 06:05 PM
  5. [SOLVED] Index match value return 1 st cells corresponding to the range
    By silambarasan.J in forum Excel General
    Replies: 6
    Last Post: 04-22-2015, 04:55 AM
  6. Replies: 1
    Last Post: 12-06-2014, 04:07 PM
  7. Identify a range of cells containing dates
    By RJSohn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-09-2006, 07:48 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