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

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Danerida

Board Regular
Joined
Aug 25, 2014
Messages
152
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

vds1

Well-known Member
Joined
Oct 5, 2011
Messages
1,200
Try **,

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

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

Change accordingly
 
Upvote 0

zahidrock

New Member
Joined
Jun 14, 2014
Messages
30
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

XOR LX

Well-known Member
Joined
Jul 2, 2012
Messages
4,517
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,196,008
Messages
6,012,836
Members
441,733
Latest member
MartijnB

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
Top