How do you return the sum of two cells in a vlookup?

S

Sweetetc

I have two spreadsheet tabs
1st tab has

A B
101 5 6
202 3 4
303 2 6

I my second tab I want to do a vlookup for the 202 and retrun the sum of A
and B in this example the number 7
Thanks
ETC
 
N

Niek Otten

I take it that 101, 202 etc are in column A and the figures to SUM are in
columns B and C.

=VLOOKUP(A1,Sheet1!A1:C3,2,FALSE)+VLOOKUP(A1,Sheet1!A1:C3,3,FALSE)
 
S

Sweetetc

Awesome

--
Thanks
ETC


Niek Otten said:
I take it that 101, 202 etc are in column A and the figures to SUM are in
columns B and C.

=VLOOKUP(A1,Sheet1!A1:C3,2,FALSE)+VLOOKUP(A1,Sheet1!A1:C3,3,FALSE)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top