+ Reply to Thread
Results 1 to 7 of 7

How to list matching value for a horizontal (row) search

  1. #1
    Registered User
    Join Date
    05-03-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2003
    Posts
    10

    Angry How to list matching value for a horizontal (row) search

    Hi everyone,

    I don't really know how to explain what I need. I attached a made-up small sample of what my worksheets look like. Every Month I have to pull up what reports are due for that month;my spreadsheet are to long to and it's becoming more difficult to find who has a report due this month.

    I need a formula to look up a row(horizontally) and list the value that matches what I'm asking for. In this case, a Month/Year.

    This is what my data looks like (the grey is what I would like to auto-generate with a formula if possible)
    HELP.jpg

    I have tried modifying index, match, vlookups, hlookups- and I'm not getting anywhere!

    Thank you in advance for you help!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-14-2012
    Location
    Doha, State of Qatar
    MS-Off Ver
    excel 2003, 2007, 2010, 2016
    Posts
    124

    Re: How to list matching value for a horizontal (row) search

    please explain step by step there is nothig in the world which you can't explain.

    first be clam and generate a creteria , for results in a grey cells....!
    Last edited by abubaniyan; 05-07-2013 at 05:31 PM.
    Regards,
    abdul

  3. #3
    Registered User
    Join Date
    05-03-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to list matching value for a horizontal (row) search

    Yes, I would like enter the formula on the Grey Column. I just plugged in numbers for now to show what I need the formula to generate.

    I don't want to go through each column and find which ones have a report due that month. Instead, I want it to look through the row and list the date, if it matched my month/year, or "NA" is the client has no report due that month. In this case I want it to display the date for May 2010(Cell: G4 on excel spreadsheet)

    Sorry I'm bad at explaining things!
    Last edited by mobie86; 05-07-2013 at 05:39 PM.

  4. #4
    Forum Contributor
    Join Date
    12-14-2012
    Location
    Doha, State of Qatar
    MS-Off Ver
    excel 2003, 2007, 2010, 2016
    Posts
    124

    Re: How to list matching value for a horizontal (row) search

    Quote Originally Posted by mobie86 View Post

    Sorry I'm bad at explaining things!
    nothing to fell sorry about...

    Anywayz your work is been done
    see the file attached...!
    Enjoy....!
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-03-2013
    Location
    Oakland, CA
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to list matching value for a horizontal (row) search

    Thank you so much!! I spent like two days trying to figure this out!

  6. #6
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: How to list matching value for a horizontal (row) search

    write at G5

    =IF(MONTH(INDEX(C5:F5,MATCH(EOMONTH(G$4,0),C5:F5)))=MONTH(G$4),INDEX(C5:F5,MATCH(EOMONTH(G$4,0),C5:F5)),"NA")

    copy down

  7. #7
    Forum Contributor
    Join Date
    12-14-2012
    Location
    Doha, State of Qatar
    MS-Off Ver
    excel 2003, 2007, 2010, 2016
    Posts
    124

    Re: How to list matching value for a horizontal (row) search

    @mobie86:- my pleasure, happy to help alwayzzz...!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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