What is the solution?

Noxqss38242

Board Regular
Joined
Sep 15, 2017
Messages
225
Office Version
  1. 2016
I have a workbook that needs updated by several people but as you know only 1 person can be in the file at a time.
Is there a way to create something that I can pull all the information from other workbooks (so each department can have their own) yet format it to summarize all departments in another workbook/sheet?

Attached is what the summary page looks like now (but that everyone updates), I want this summary page to auto-adjust as well. If the person over "Murray" adds rows or subtracts rows the summary page needs to grab all the information. Is this possible either in excel or google sheets or ??? VBA?

maintacc-NEW.xlsx
ABCDEFGHIJKLMNOPQRST
1PTL TRUCK DOWN REPORT04/25/23
2Total trucks downOEM Total Out of Service at Dealer %
3# TrucksTrucks > 24 HoursDays DownAvg/TruckTotal Units# O/S# DaysAvgDown %
4Occupied WaitingMurray Shop7071.0Freightliner6347263.711.10%
5West Memphis52112.2International42416623.883.77%
6Indianapolis2021.0
7Terminal Vendor54173.4OEM Out of Service - Road Dealer %
8Road105242.4Total Units# O/S# DaysAvgDown %
9Freightliner6345122.400.79%
10Total Occupied Down for Maintenance2911612.1International4245122.401.18%
11Total Occupied Down for Maintenance %2.74%
12Avg/TruckOEM Out of Service - Terminal Dealer %
13Empty check outMurray Shop11913912.6Total Units# O/S# DaysAvgDown %
14West Memphis118484.4Freightliner6342147.000.32%
15Indianapolis4310025.0International42411504.552.59%
16Terminal Vendor86729.0
17Road0000
18
19Total Empty342635910.6
20Total Empty %3.2%
21
22Days DownAvg/Truck
23Accidents in Process311638.7
24
25Total down66
26
27Total Active Trucks1058
28
29Active Truck Down %6.24%Avail %93.76%
30
31Murray Shop OccupiedTOTAL:7Over 24 hours:0
32UNITDAYSTotal Days O/SMILESSTATUSETANOTESDate in StatusDate O/S
33210881162725OCCpm / annual4/24/20234/24/2023
341693811322550OCCIPM4/24/20234/24/2023
352110311109197OCCgeotab4/24/20234/24/2023
361704811162620OCCmisc repairs4/24/20234/24/2023
372100511194026OCCmisc repairs4/24/20234/24/2023
381717811121577OCCmisc repairs4/24/20234/24/2023
391720711126085OCCoil leak4/24/20234/24/2023
40
41West Memphis OccupiedTOTAL:5Over 24 hours:2
42UNITDAYSTotal Days O/SMILESSTATUSETANOTESDate in StatusDate O/S
432096955352752OCCIPM - pending parts, due today4/20/20234/20/2023
441725033177757OCCmisc repairs - driver home until 4/254/22/20234/22/2023
451709111215817OCChvac4/24/20234/24/2023
462088811363272OCCmisc repairs4/24/20234/24/2023
472084211357363OCCmisc repairs4/24/20234/24/2023
48
49Indianapolis OccupiedTOTAL:2Over 24 hours:0
50UNITDAYSTotal Days O/SMILESSTATUSETANOTESDate in StatusDate O/S
512072311361735OCClast chance inspection4/24/20234/24/2023
5217292117297OCCengine warning light4/24/20234/24/2023
53
54Terminal Vendors Occupied05TOTAL:50Over 24 hours:4
55UNITDAYS AT DEALERTOTAL DAYS O/SMILESDEALER GROUPCITY/STETAESTCOMPLAINT16017DATE IN STATUSDATE O/S
561714467131720RushIndianapolis, IN4/25non-warwater in diff, overhead4/19/20234/18/2023
571716133237080RotexLaredo, TX4/25warabs codespnd parts-brake switch4/22/20234/22/2023
581695533324455RotexLaredo, TX4/25warac compressorpnd parts-compressor/condensor4/22/20234/22/2023
59172533332055RushMemphis, TNn/anon-warfuel rail codes - excessive water in tanks4/22/20234/22/2023
601693311385454RushIndianapolis, INn/awarturbo codes4/24/20234/24/2023
61
TRUCKS
Cell Formulas
RangeFormula
J1J1=TODAY()
F4F4=N31
G4G4=Q31
H4H4=SUM(C33:C40)
I23,I19,I13:I17,I10,I4:I8I4=IFERROR(H4/F4,0)
F5F5=N41
G5G5=Q41
H5H5=SUM(C43:C48)
F6F6=N49
G6G6=Q49
H6H6=SUM(C51:C53)
F7F7=N54
G7G7=Q54
H7H7=SUM(C56:C60)
F8F8=N62
G8G8=Q62
H8H8=SUM(C64:C73)
O4:P5O4=SUM(O9,O14)
Q14:Q15,Q9:Q10,Q4:Q5Q4=IFERROR(P4/O4,0)
R14:R15,R9:R10,R4:R5R4=O4/N4
N9:N10N9=N4
O9O9=E62+E122
P9:P10P9=O62+O122
O10O10=F62+F122
F19:H19,F10:H10G10=SUM(G4:G8)
F11F11=F10/F27
F13F13=N75
G13G13=Q75
H13H13=SUM(C77:C87)
F14F14=N89
G14G14=Q89
H14H14=SUM(C91:C101)
F15F15=N103
G15G15=Q103
H15H15=SUM(C105:C110)
F16F16=N111
G16G16=Q111
H16H16=SUM(C113:C120)
F17F17=N122
G17G17=Q122
H17H17=SUM(C124:C125)
N14:N15N14=N4
O14O14=E54+E111
P14P14=L55+L112
O15O15=F54+F111
P15P15=K55+K112
F20F20=F19/F27
F23F23=N127
H23H23=SUM(C129:C131)
F25F25=SUM(F10,F19,F23)
F27F27=N4+N5
F29F29=F25/F27
I29I29=100%-F29
N31N31=COUNTA(A33:A40)
Q31Q31=COUNTIF(C33:C40,">1")
B51:C52,B43:C47,B33:C39B33=$J$1-R33
N41N41=COUNTA(A43:A48)
Q41Q41=COUNTIF(C43:C48,">1")
N49N49=COUNTA(A51:A53)
Q49Q49=COUNTIF(C51:C53,">1")
E54E54=COUNTIF(A56:A60,">19000")
F54F54=COUNTIF(A56:A60,"<19000")
N54N54=COUNTA(A56:A60)
Q54Q54=COUNTIF(C56:C60,">1")
K55K55=SUMIF(A56:A60,"<19000",B56:B60)
L55L55=SUMIF(A56:A60,">19000",B56:B60)
O54O54=SUMIF(A56:A60,">19000",C56:C60)
O55O55=SUMIF(A56:A60,"<19000",C56:C60)
B56:C60B56=TODAY()-R56
 

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.
Power Query/Get and transform is probably the best option for consolidating workbooks.
 
Upvote 0
Solution

Forum statistics

Threads
1,223,908
Messages
6,175,306
Members
452,633
Latest member
DougMo

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