+ Reply to Thread
Results 1 to 6 of 6

date specific, from multiple rows and columns

  1. #1
    Registered User
    Join Date
    06-14-2020
    Location
    Mumbai, India
    MS-Off Ver
    Office 2007
    Posts
    5

    date specific, from multiple rows and columns

    Hello:


    Attached is the file in which "sheet 1" tab indicates the criteria which need result from values in "Mpspreads" tab.


    Note: Event date can be unique and formula must find result from "start date" and "end date".

    I appreciate any guidance/advice on how to do this? Thanks.
    Attached Files Attached Files
    Last edited by AliGW; 06-14-2020 at 05:12 PM. Reason: Irrelevant part of thread title removed.

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Please help - Need result - date specific, from multiple rows and columns

    Hi

    You didnt explain much but if I understand you correct then in D2 and down:

    Please Login or Register  to view this content.
    This is array formula that should be applied with CTRL+SHIFT +ENTER
    Attached Files Attached Files
    Last edited by Limor_OP; 06-14-2020 at 05:27 PM. Reason: Added search in End date

  3. #3
    Registered User
    Join Date
    06-14-2020
    Location
    Mumbai, India
    MS-Off Ver
    Office 2007
    Posts
    5

    Re: Please help - Need result - date specific, from multiple rows and columns

    Hi Belinda:

    Thank you for your prompt response.

    I am sorry, I wasn't information. The formula works fine, however there shouldn't be any "no found" result. For example, if the formula is looking for 1/15/2020 date, it should fetch value from date range (start date/end date) of 1/14/2020 and 2/11/2020.

    So any event date mentioned in sheet1, will have to be searched within the date range from MPspreads tab.

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,829

    Re: date specific, from multiple rows and columns

    Put this formula in D2:

    =INDEX(Mpspreads!$D$2:$BM$55,MATCH(1,((A2>=Mpspreads!$A$2:$A$55)*(A2<=Mpspreads!$B$2:$B$55)*(B2=Mpspreads!$C$2:$C$55)),0),MATCH(Sheet1!C2,Mpspreads!$D$1:$BM$1,0))

    and copy it down. My concern is it may not work for you because you are on version 2007. If it doesn't work as is, try entering it as an array formula (with Ctrl+Shift+Enter). I'm on version Microsoft Office 365.
    Attached Files Attached Files
    Last edited by Gregb11; 06-14-2020 at 06:30 PM. Reason: add attachment

  5. #5
    Registered User
    Join Date
    06-14-2020
    Location
    Mumbai, India
    MS-Off Ver
    Office 2007
    Posts
    5

    Re: date specific, from multiple rows and columns

    Hi Greg:

    The Formula worked in 2007. Thanks much.

    Used it as an array formula.

  6. #6
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,829

    Re: date specific, from multiple rows and columns

    Ahh great - glad it worked!

+ 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. Replies: 3
    Last Post: 08-13-2019, 10:59 PM
  2. Replies: 1
    Last Post: 06-08-2016, 10:19 PM
  3. Date Stamp within Excel table - Changes in multiple rows and columns and new rows added
    By jarheadmctavish in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 03-09-2016, 03:22 PM
  4. [SOLVED] Deleting multiple rows with specific criteria in multple columns
    By cb10 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2012, 10:16 AM
  5. Replies: 2
    Last Post: 05-27-2010, 11:39 AM
  6. Delete rows with specific value in multiple Columns
    By dagindi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-20-2010, 04:59 PM
  7. Replies: 5
    Last Post: 08-16-2006, 02:05 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