Closed Thread
Results 1 to 11 of 11

Vlookup from another work sheet and sum values along a row

Hybrid View

  1. #1
    Registered User
    Join Date
    09-19-2012
    Location
    Here There Everywhere
    MS-Off Ver
    Excel 2010
    Posts
    13

    Vlookup from another work sheet and sum values along a row

    Hi and thanks for the help on my last thread here's my issue

    I am trying to vlookup to another worksheet and sum the results from a set number of coloumns heres what I have so far

    =SUM(VLOOKUP(A1989,'other work sheet'!$A$1:$IV$65536,{73,74,75},0))

    This formula is only returning the value from coloumn "73" ? Help !!!

  2. #2
    Registered User
    Join Date
    09-01-2012
    Location
    India
    MS-Off Ver
    Excel 2007/10
    Posts
    45

    Re: Vlookup from another work sheet and sum values along a row

    its an array formula.
    select the formula cell, press F2, then press Ctrl+Shift+Enter

  3. #3
    Registered User
    Join Date
    09-19-2012
    Location
    Here There Everywhere
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Vlookup from another work sheet and sum values along a row

    WOW im an idiot .. i knew it ws an array i was using the wrong commands haha
    THANKS!!!
    Quote Originally Posted by pooja_deshpande View Post
    its an array formula.
    select the formula cell, press F2, then press Ctrl+Shift+Enter

  4. #4
    Registered User
    Join Date
    09-19-2012
    Location
    Here There Everywhere
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Vlookup from another work sheet and sum values along a row

    I also have 1 other problem
    Can you vlookup to another sheet and then drag the formula sideways the return the next value in the row keeping the same reference cell
    This is what I've tried to no avail

    =vlookup($a$1,'Other Worksheet'!$A1:$Z99$999,25,false)

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Vlookup from another work sheet and sum values along a row

    This is a duplicate thread!

    As TMShucks gave you the solution earlier today!

    http://www.excelforum.com/excel-form...ong-a-row.html

  6. #6
    Registered User
    Join Date
    09-19-2012
    Location
    Here There Everywhere
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Vlookup from another work sheet and sum values along a row

    ok after i posted the 1st one ... IE crashed so i did it again as i didnt think it went through .. thanks though ... any thoughts on my second query?

    Quote Originally Posted by Kevin UK View Post
    This is a duplicate thread!

    As TMShucks gave you the solution earlier today!

    http://www.excelforum.com/excel-form...ong-a-row.html

  7. #7
    Registered User
    Join Date
    09-01-2012
    Location
    India
    MS-Off Ver
    Excel 2007/10
    Posts
    45

    Re: Vlookup from another work sheet and sum values along a row

    sorry, but I am unable to get your second question.
    can you elaborate a bit more?

  8. #8
    Registered User
    Join Date
    09-19-2012
    Location
    Here There Everywhere
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Vlookup from another work sheet and sum values along a row

    I have figures from last year broken down by month in consecutive coloumns these are sat on one spread sheet i want to vlookup these figures into another sheet .. this is simple just a normal vlookup ... however copying the formula across 12 cells(12months) and editing the formula .. i.e. coloumn 1-12 .. is labourious as i update this sheet everyweek i awnt to be able to drag the formula across the row without having to edit it

  9. #9
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Vlookup from another work sheet and sum values along a row


  10. #10
    Registered User
    Join Date
    09-01-2012
    Location
    India
    MS-Off Ver
    Excel 2007/10
    Posts
    45

    Re: Vlookup from another work sheet and sum values along a row

    i think you need an hlookup instead of vlookup. The parameters are the same, except at the end, instead of column number, you have to specify the row.

    e.g. you data is like this

    Jan Feb Mar Apr
    10 20 30 40

    and you want

    Jan HLOOKUP(J9,$J$4:$M$5,2,FALSE)
    Feb 20
    Mar 30
    Apr 40

    $J$4:$M$5 is your source reference in the other sheet.

  11. #11
    Registered User
    Join Date
    09-19-2012
    Location
    Here There Everywhere
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: Vlookup from another work sheet and sum values along a row

    My data is like this on both work sheets

    acc ID jan feb mar apr may

    123 £20 £30 £40 £50 £60
    456 £20 £30 £60 £50 £60
    879 £30 £40 £50 £60 £70

    I want to vlookup the figure for jan on account number 123 and then dray the formula across for feb and mar ect

Closed 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