+ Reply to Thread
Results 1 to 8 of 8

Help with retrieving data

  1. #1
    Registered User
    Join Date
    07-22-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    26

    Help with retrieving data

    Hi,

    I have attached an example spreadsheet on what I am trying to retrieve. On the left hand side I have data collected and on the far right side tells me what date the item was purchased. I just want to make the results automated (column M) by formula if possible by the user entering whatever data in Column L.

    Your help would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Help with retrieving data

    hi Ivsmr2. maybe an array like this in M4:
    Please Login or Register  to view this content.
    you have to paste the formula inside the formula bar & press CTRL + SHIFT + ENTER

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    07-22-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Help with retrieving data

    Example v2.xlsxHi, thanks so much for the quick reply. The formula worked great though if I were to use the same item numbers throughout the period it doesn't seem to work as well (see new attached example). Could you possibly adjust formula in case this were to occur?

    Thanks again

  4. #4
    Valued Forum Contributor
    Join Date
    12-14-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2007
    Posts
    439

    Re: Help with retrieving data

    Hi lvsmr2,
    Try this array formula:
    Please Login or Register  to view this content.
    Last edited by huuthang_bd; 01-16-2013 at 12:20 AM.

  5. #5
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Help with retrieving data

    then maybe:
    Please Login or Register  to view this content.
    array still

  6. #6
    Registered User
    Join Date
    07-22-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Help with retrieving data

    Thanks so much for all your help, works great

  7. #7
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Help with retrieving data

    Try this:

    =INDEX(A$3:G$3,MAX(INDEX((A$4:G$11=L4)*(B$4:H$11=M$3)*COLUMN(A$4:G$11),)))

    Normally Enter

  8. #8
    Registered User
    Join Date
    04-13-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    32

    Re: Help with retrieving data

    Hi,
    Try it without array formula...........
    thanks




    I have attached an example spreadsheet on what I am trying to retrieve. On the left hand side I have data collected and on the far right side tells me what date the item was purchased. I just want to make the results automated (column M) by formula if possible by the user entering whatever data in Column L.

    Your help would be greatly appreciated.[/QUOTE]
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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