+ Reply to Thread
Results 1 to 2 of 2

Sumproduct-week number

  1. #1
    John997
    Guest

    Sumproduct-week number

    In sheet1, I have 2 columns, column A is weeks numbered 1:52, & column B are
    numbers. Ex: column A38 is the week number "38", column B38 has "25".

    My report is sheet2. When I enter a week number in A1, I want the
    corresponding number from sheet1, column B (in this example, "25") to display
    in column B1. No matter what week number I enter, I need the correct
    corresponding week number from sheet one. Thanks for any help.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Hi,

    I presume 'Ex' meant Example, and '38' was in Cell A38 and '25' was in cell B38

    In cell B1 of Sheet2 put
    =VLOOKUP(A1,Sheet1!A1:B52,2,FALSE)

    Hope this helps



    Quote Originally Posted by John997
    In sheet1, I have 2 columns, column A is weeks numbered 1:52, & column B are
    numbers. Ex: column A38 is the week number "38", column B38 has "25".

    My report is sheet2. When I enter a week number in A1, I want the
    corresponding number from sheet1, column B (in this example, "25") to display
    in column B1. No matter what week number I enter, I need the correct
    corresponding week number from sheet one. Thanks for any help.
    Last edited by Bryan Hessey; 09-29-2005 at 11:00 PM.

+ 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