Sum of Values Accross Multiple Columns in Multiple Worksheets Using VLOOKUP

DrowningInQuicksand

New Member
Joined
Feb 26, 2013
Messages
8
Hello,

I am looking for the proper syntax to generate a sum of the bottom-most cell in each column across multiple worksheets.
My current formula looks like this:
=VLOOKUP(9.99999999999999E+307,'Z:\Warehouse\Inventory 2013\Spray Pens\[Spray Pens.xls]Anti-Static'!D$1:D$300,1)
but the above formula only returns required value from only one of the columns.

The only relevant columns in the following spreadsheet are those named Balance:
https://www.dropbox.com/Spray Pens.xls.

Thank you.

 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi DrowningInQuicksand,

If the row holding the last value varies for different columns and different sheets, I don't think there's a formula alternative that eliminates the need to repeat a similar expression for each column.

You can shorten the formula a bit through the use of a defined Name to hold BigNum, but I'm not seeing how you could improve significantly beyond that.

=Sum(VLOOKUP(BigNum,'Z:\Warehouse\Inventory 2013\Spray Pens\[Spray Pens.xls]Anti-Static'!D$1:D$300,1),
VLOOKUP(BigNum,'Z:\Warehouse\Inventory 2013\Spray Pens\[Spray Pens.xls]Anti-Static'!R$1:R$300,1),
VLOOKUP(BigNum,'Z:\Warehouse\Inventory 2013\Spray Pens\[Spray Pens.xls]Anti-Static'!Y$1:Y$300,1),
VLOOKUP(BigNum,'Z:\Warehouse\Inventory 2013\Spray Pens\[Spray Pens.xls]Odor-Less'!I$1:Y$300,1),...and so on....
 
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