Vlookup Question

jimmybangs

New Member
Joined
Nov 28, 2008
Messages
36
Hi,

I have a quick question surrounding vLookups and wondered if anyone can help. I need a vlookup that will tally the total of the lookup value from a seperate sheet.

<a href="http://www.flickr.com/photos/67298551@N07/6169686262/" title="2011-09-21_1618 by digiteers, on Flickr"><img src="http://farm7.static.flickr.com/6175/6169686262_b64d134c78.jpg" width="500" height="206" alt="2011-09-21_1618"></a>

e.g. for the above if B6 = 21/09/2011 the Vlookup function will tally up the sum of all of the figures that are associated with the same date within the table...any ideas?

I've tried to use IF functions but can't get it to work.

Cheers,
James
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi,

I have a quick question surrounding vLookups and wondered if anyone can help. I need a vlookup that will tally the total of the lookup value from a seperate sheet.



e.g. for the above if B6 = 21/09/2011 the Vlookup function will tally up the sum of all of the figures that are associated with the same date within the table...any ideas?

I've tried to use IF functions but can't get it to work.

Cheers,
James
Use the SUMIF function.

=SUMIF(F6:F20,B6,G6:G20)
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

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