+ Reply to Thread
Results 1 to 4 of 4

I need an index match formula to find text in a column and a date in a row.

  1. #1
    Registered User
    Join Date
    08-02-2012
    Location
    Mesa, AZ
    MS-Off Ver
    Excel 2010
    Posts
    22

    I need an index match formula to find text in a column and a date in a row.

    Hi,

    I still can't get my formula to work.

    I need a formula to find specific text in a column and then find a date in a row and return the value of that cell.

    So, I want to find the text "average rent" in column A (40 rows of different text), then find the date of January 2014 in Row 5 and return the value of those two.

    It has to be able to enter into cell in a separate sheet that I am pulling the formula from.

    Please see "T12" I need to pull from the T12 into the quarterly asset review sheet.

    Hope this makes sense.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: I need an index match formula to find text in a column and a date in a row.

    You are having the same problem I showed you last time - you are mixing up text with numerics. January is text, a real date is numeric, remember the formula I gave you then...
    MATCH(DATEVALUE("1"&Q$18&2014),'T12'!$C$5:$O$5,0)

    Also, I notice that from Jan 14 onwards, your dates are the 14th of the month, not the 1st...
    1/14/2014, 2/14/2014 etc
    change them to the 1st day of the month
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-02-2012
    Location
    Mesa, AZ
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: I need an index match formula to find text in a column and a date in a row.

    I have changed them all to dates and still won't pull what I need.

    I am just trying to get one cell to work and then go from there. I have been working with Q27 and it's just not pulling what I want. I am pulling my hair out.
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: I need an index match formula to find text in a column and a date in a row.

    I changed:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    to:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    It works at my end.

    The formula in your sheet was attempting to match text (&"*") value to a number (1/1/2014).

+ 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] Index & Match for multiple Column and Row to find header...
    By mr-c in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-31-2014, 08:24 AM
  2. [SOLVED] OFFSET+ INDEX-MATCH to find first non-zero column
    By Ztv in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-04-2014, 01:51 PM
  3. How do i find the max of two values from index match max of a column
    By mohaymin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-09-2013, 02:04 PM
  4. Replies: 5
    Last Post: 02-29-2012, 08:51 PM
  5. Replies: 3
    Last Post: 07-14-2011, 11:18 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