+ Reply to Thread
Results 1 to 3 of 3

Finished Date Range Formulas in Search Sheet

  1. #1
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Finished Date Range Formulas in Search Sheet

    Hello,

    On my Search sheet in column C an 'X' is placed to search by criteria. Notice it pulls all the matches for the Part Number from the hidden sheet AFRsDB.

    What I would like to do is pull the data for the Finished Date but within the date range in D13:D14. Does anyone have any ideas how to do this please?

    Thank you,
    Fred
    Last edited by fredfarmer; 04-18-2019 at 07:41 AM.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,947

    Re: Finished Date Range Formulas in Search Sheet

    In cell E3, Array-Enter (enter using Ctrl-Shift-Enter)

    =IFERROR(IF($C$7="X",SMALL(IF(AFRsDB!$AF$2:$AF$25889>=$D$13,IF(AFRsDB!$AF$2:$AF$25889<=$D$14,ROW(AFRsDB!$AF$2:$AF$25889))),ROW(A1)),SMALL(IF(INDEX(AFRsDB!$C$2:$AN$25889,,$D$2)=VLOOKUP("X",$C$4:$D$7,2,FALSE),ROW(AFRsDB!$C$2:$AN$25889)),ROW(A1))),"")

    And then copy down.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Contributor
    Join Date
    03-12-2019
    Location
    USA
    MS-Off Ver
    2010
    Posts
    421

    Re: Finished Date Range Formulas in Search Sheet

    Wow that works great! Once again thank you so much.


+ 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] VBA loaded DDE formulas not updating until macro has finished
    By Philb1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-12-2014, 06:44 PM
  2. [SOLVED] formula to search text from another sheet and add the sum based on a date range
    By Billyngu in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 02-10-2014, 11:57 PM
  3. Dialogue box to search date range of table column, copy relevant rows to report sheet
    By Tim Newton in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-26-2013, 03:10 AM
  4. Search date range +/- 7 days and return date that falls within range
    By tlafferty in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-13-2013, 03:26 PM
  5. [SOLVED] Search date range 7/1/2012 - 7/31/2012 and return the results in a new workbook/sheet
    By MelHerndon in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-20-2012, 01:13 PM
  6. [SOLVED] Format size of finished sheet?
    By pippin in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 07-25-2006, 09:35 AM
  7. Search a range to find cells containing formulas
    By tanktata in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-07-2006, 11:41 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