Copy values from multiple sheets to a summary sheet

FMW

New Member
Joined
Apr 10, 2020
Messages
12
Office Version
  1. 365
Platform
  1. Windows
Hello,
I have an monthly expenses workbook with the 12 months, Jan-Dec for each employee. Employee completes his/her expense report each month. I'm trying to copy the totals from each month into a summary sheet which has columns for each of the 12 months. Other than creating a formula in each of the cells in the Summary sheet . How would I accomplish this copy/past task?
Thank you.
Note: The Summary sheet is within each Employee's 12-month workbook.
 

Attachments

  • Monthly Expense Report.PNG
    Monthly Expense Report.PNG
    55 KB · Views: 8
  • Summary Page.PNG
    Summary Page.PNG
    29.6 KB · Views: 8

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
1590974077143.png


The values in red (inside the blue box), are the totals?
Excel rows and columns are not visible in your images, you could put a couple of images, where the rows and columns are visible.
That would be great, in the image of the Januay sheet, you could put 2 or 3 records; In the summary sheet, you could put the values you want, that is, complete the exercise according to what you put in the image of the "january" sheet.
 
Upvote 0
I apologize for being so descriptively and visually vague. Attached are both images w/rows and columns. Yes, red are the totals (except for the miles driven, which should not be included in the Total Amount).
Thanks so much.
Monthly Expense Report.PNG
 

Attachments

  • Summary Page.PNG
    Summary Page.PNG
    80.6 KB · Views: 5
Upvote 0
Put the following formula in B19 and copy down and to the right

Dante Amor
ABCD
18ExpeseJanuaryFebruaryMarch
19Miles50100301
20Milea29101302
21Tolls30102303
22Pack40103304
23Meal50104305
24Other60105306
Summary
Cell Formulas
RangeFormula
B19:D24B19=OFFSET(INDIRECT(B$18&"!$D$10"),0,ROWS($A$19:$A19)-1)
 
Upvote 0

Forum statistics

Threads
1,213,565
Messages
6,114,338
Members
448,569
Latest member
Honeymonster123

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