+ Reply to Thread
Results 1 to 11 of 11

[Closed - No Resolution] Lookup Formula Question

  1. #1
    Registered User
    Join Date
    04-16-2009
    Location
    Holland
    MS-Off Ver
    Excel 2003
    Posts
    5

    [Closed - No Resolution] Lookup Formula Question

    I am looking for help on a formula.

    I have a two worksheet file.

    On one worksheet I have every day of the year (work day) and corresponding data for many topics for that day in the column.

    On the other worksheet I want the user to type in a date and have the data for that day from the first worksheet display in a specific cell (based on the date entered at the top of the sheet) on the second worksheet.

    I think it is some type of lookup formula but am not sure. Any ideas?

    Again: Enter todays date on one worksheet and have data display based on that date from a second worksheet. The data on the second worksheet would be manually updated every day.

    Thanks and I look forward to any help.
    Last edited by Tom W; 04-20-2009 at 08:47 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula Help

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    04-16-2009
    Location
    Holland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Lookup Formula Question

    Thanks for the information on the posts. I look forward to somoeone actually helping me with the excel formula but it is good to know that there are admins looking out for the site. I will get it better next time.

    You wouldn't happen to know anything about excel would you? Maybe you could help me with my formula issue?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup Formula Question

    Thanks for taking the time to read and comply with the rule .

    You will want to use Vlookup()

    e.g. =Vlookup(A1,'Sheet1'!A:D,2,False)

    This will lookup the date in A1 and find it in Sheet1 column A, if it finds it will return the corresponding item from column B (the 2nd column in the lookup table defined by 'Sheet1'!A:D)

    Have a look at that function in Excel help for more details.

  5. #5
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Lookup Formula Question

    Hi Tom,

    Yes, it's the VLOOKUP function you're looking for. Here's an example:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  6. #6
    Registered User
    Join Date
    04-16-2009
    Location
    Holland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Lookup Formula Question

    Thanks for the help - I will try it.

  7. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup Formula Question

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

  8. #8
    Registered User
    Join Date
    04-16-2009
    Location
    Holland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Lookup Formula Question

    Well the vlookup is limited to a specific cell in the sheet (the first or second). I am looking to pick a cell at various positions on the sheet based on the dates matching in two cells; is there a way to do that?

    On sheet 2 I have a lot of columns with a different date at the top (each working day of the year), then under each date I have various data. I want to match the user entered date on sheet 1 to the matching date on sheet 2 and then display specific data in the fields below the date on sheet 2 in certain fields on sheet 1.

    Now that I have probably messed everyone up...let me know what you think. Thanks again for all of the help.

  9. #9
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup Formula Question

    There is also HLOOKUP which works the same as VLOOKUP except looks at the first row for matches and pulls from underneath.

    e.g. =Hlookup(A1,Sheet1!A1:X100,2,False)

    looks up A1 in Sheet1!A1:X1 and pulls from row 2 (i.e. A2:X2)

  10. #10
    Registered User
    Join Date
    04-16-2009
    Location
    Holland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Lookup Formula Question

    Thanks - neither one of those will get me what I need so I might have to try a macro or somethng else. I appreciate the attempt to help. THanks.

  11. #11
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: [Closed - No Resolution] Lookup Formula Question

    If you post a sample workbook showing what you need to get done, perhaps there is a way.. there are alternatives to Vlookup() and Hlookup()...

+ 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