+ Reply to Thread
Results 1 to 2 of 2

vlookup question

Hybrid View

  1. #1
    nejohnso76
    Guest

    vlookup question

    Hi All,
    I have a 2 worksheets, 1 of which contains a lot of raw data and the
    other is a summary view of the raw data. The raw data is broken down
    by week so there are multiple columns per month but the summary
    worksheet is summed by month. Is it possible to use a vlookup to find
    an item number in a column but specify a range of columns to sum [ex.
    =VLOOKUP(A162,'Raw Data'!$A$5:$CY$211,99,FALSE)] instead of just
    looking in column 99 I'd like to sum the data in 99 thru 103. Any
    suggestions?
    Thanks!


  2. #2
    SimonCC
    Guest

    RE: vlookup question

    I know it's a long formula, but looks like the most simple way is to just:
    =VLOOKUP(A162,'Raw Data'!$A$5:$CY$211,99,FALSE)+VLOOKUP(A162,'Raw
    Data'!$A$5:$CY$211,100,FALSE)+VLOOKUP(A162,'Raw
    Data'!$A$5:$CY$211,101,FALSE)+VLOOKUP(A162,'Raw
    Data'!$A$5:$CY$211,102,FALSE)+VLOOKUP(A162,'Raw Data'!$A$5:$CY$211,103,FALSE)

    -Simon


    "nejohnso76" wrote:

    > Hi All,
    > I have a 2 worksheets, 1 of which contains a lot of raw data and the
    > other is a summary view of the raw data. The raw data is broken down
    > by week so there are multiple columns per month but the summary
    > worksheet is summed by month. Is it possible to use a vlookup to find
    > an item number in a column but specify a range of columns to sum [ex.
    > =VLOOKUP(A162,'Raw Data'!$A$5:$CY$211,99,FALSE)] instead of just
    > looking in column 99 I'd like to sum the data in 99 thru 103. Any
    > suggestions?
    > Thanks!
    >
    >


+ 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