+ Reply to Thread
Results 1 to 4 of 4

Lost on Vlookup, match, etc....

  1. #1

    Lost on Vlookup, match, etc....

    Can someone walk me through this please?

    I a workbook that imports a years worth of data from filemaker to be
    analyzed and charted in excel.

    It contains several sheets, but I am concerned with worksheet 1 (daily
    data) and worksheet 2 (bodyweight). Daily data contains the raw data I
    pull in from Filemaker. It results in a table with a row for each day
    of the year. It has 12 columns, but in this instance, I am only
    interested in 2 of the colums Column F, (Date), and Column R
    (Bodyweight). There is only one entry per week for body weight.

    The bodyweight sheet has 3 columns (week #, date, and weight). The date
    is prefilled with the date of each Saturday in the current year.


    Sooooo, I want to match the date in the bodyweight sheet with the date
    in the Daily Data Sheet (f2), and grab the corresponding bodyweight
    (r2), and display it in the weight week in the sheet 2.

    Sorry to be so long-winded, but this is driving me crazy. Any help
    appreciated.

    Al


  2. #2
    JulieD
    Guest

    Re: Lost on Vlookup, match, etc....

    just one question first, is the date in F2 the same date in sheet 2 or is it
    a date within the week starting (ending) with the date in sheet2?

    Cheers
    JulieD

    <[email protected]> wrote in message
    news:[email protected]...
    > Can someone walk me through this please?
    >
    > I a workbook that imports a years worth of data from filemaker to be
    > analyzed and charted in excel.
    >
    > It contains several sheets, but I am concerned with worksheet 1 (daily
    > data) and worksheet 2 (bodyweight). Daily data contains the raw data I
    > pull in from Filemaker. It results in a table with a row for each day
    > of the year. It has 12 columns, but in this instance, I am only
    > interested in 2 of the colums Column F, (Date), and Column R
    > (Bodyweight). There is only one entry per week for body weight.
    >
    > The bodyweight sheet has 3 columns (week #, date, and weight). The date
    > is prefilled with the date of each Saturday in the current year.
    >
    >
    > Sooooo, I want to match the date in the bodyweight sheet with the date
    > in the Daily Data Sheet (f2), and grab the corresponding bodyweight
    > (r2), and display it in the weight week in the sheet 2.
    >
    > Sorry to be so long-winded, but this is driving me crazy. Any help
    > appreciated.
    >
    > Al
    >




  3. #3
    Bob Phillips
    Guest

    Re: Lost on Vlookup, match, etc....

    Assuming that there are 1000 rows in Daily Data, just Chan to suit, try this

    =VLOOKUP(B2,'Daily Data'!$F$2:$R$1000,13,False)

    This formula goes in the bodyweight column row 2.

    --
    HTH

    Bob Phillips

    <[email protected]> wrote in message
    news:[email protected]...
    > Can someone walk me through this please?
    >
    > I a workbook that imports a years worth of data from filemaker to be
    > analyzed and charted in excel.
    >
    > It contains several sheets, but I am concerned with worksheet 1 (daily
    > data) and worksheet 2 (bodyweight). Daily data contains the raw data I
    > pull in from Filemaker. It results in a table with a row for each day
    > of the year. It has 12 columns, but in this instance, I am only
    > interested in 2 of the colums Column F, (Date), and Column R
    > (Bodyweight). There is only one entry per week for body weight.
    >
    > The bodyweight sheet has 3 columns (week #, date, and weight). The date
    > is prefilled with the date of each Saturday in the current year.
    >
    >
    > Sooooo, I want to match the date in the bodyweight sheet with the date
    > in the Daily Data Sheet (f2), and grab the corresponding bodyweight
    > (r2), and display it in the weight week in the sheet 2.
    >
    > Sorry to be so long-winded, but this is driving me crazy. Any help
    > appreciated.
    >
    > Al
    >




  4. #4
    Yogalete
    Guest

    Re: Lost on Vlookup, match, etc....

    Thanks for the quick replies, Julie and Bob. Bob, your formula worked
    perfectly.

    Thanks again, Al


+ 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