Sum value with vlookup formula

zahidrock

New Member
Joined
Jun 14, 2014
Messages
30
I want to get sum value with vlookup formula, is it possible?

2cmvsb6.jpg
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
If your "Name" column is column A on both sheets and your "Value" column is column B on both sheets, then:
In Cell B2 on the sheet you want the vlookup
=SUMIF('SHEET1_NAME'!A:A,A1,'SHEET1_NAME'!B:B)

Copy down as much as you need.
Dan
 
Upvote 0
Try **,

=SUMIF(Sheet1!A1:A10,A2,Sheet1!B1:B10)

Sheet1 A1:A10 > Name
Sheet1 B1:B10 > Value

Change accordingly
 
Upvote 0
if i use sumif function then it can take lot of time, i want to use vlookup function in this area. is there any function available which compare between vlookup and sum?

i have more then 1k name so that on there sumif function are too hard for me.
 
Upvote 0
It is possible to do this with VLOOKUP, though it requires extra coercion, and it most certainly will be a lot less efficient than SUMIF for that purpose.

SUMIF was desgined to do just what you require. There is no better, nor faster function available.

Regards
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top