Sum cell across Worksheets - Using VLookup

barosebud

New Member
Joined
Apr 1, 2018
Messages
3
Hi,

I have created a April 2018 workbook for a production project; each tab representing a day of the month; in this case, Mon 2-Mon 30. On each day I have an identical layout/formulas.
I used drop down lists so the operator can select various programs they are working on and actual pieces completed.

In the workbook I also have, a separate, Master Tally Sheet that my boss wants to keep a running total of the various programs run through out the month and their qty.
I can use a VLookup formula to return the correct qty, but cannot figure out how to do this for the entire monthly range and not just one day. See my working formula below

ex:=IFERROR(VLOOKUP('MASTER TALLY SHEET'!C4,'MON 2'!$G$5:$J$13,4,FALSE),0)

How can I set this formula up to return the correct qty, but as a running total for the entire month ---"Mon 2:Mon 30'?


Thank You!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Thanks Alan!

I am looking into that now - sure wish Vlookup would query multiple worksheets! Hopefully Consolidate will solve my issues.
Thanks Again! Beth
 
Upvote 0
Unfortunately consolidate does not work for my issue - any other ideas would be greatly appreciated. - Thanks!
 
Upvote 0
difficult to respond without seeing sample workbook. Need to understand your layouts and how data will come together/summarized.
 
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,725
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