Hi,
While making a Car park Maintenance data record in Excel I encountered a problem that’s beyond my scope of Excel knowledge. So after stumbling on your awesome site I thought of asking you guys for a bit of help.
From the stored data I need to extract the Hours of work for a particular vehicle and no. of failures per vehicle i.e. no. of times that for ex. Mercedes/ Actros/ 2041/5-105/Maint. has broke down. The tricky bit is how to extract the data about both Hours of work and No. of failures every time a particular vehicle has broken down on a separate sheet and each in one column. In other words the first time Actros 2041 brakes down the indicator in let’s say Sheet2! C3 has to indicate 1 (breakdown), next time the same vehicle brakes down again Sheet2! C4 will have to indicate 2 (breakdowns) and so on. In the same time in the adjacent column for calculating hours of work one has to apply the same filtering criteria and when all of them are met to calculate the simple difference between two values of working hours for a particular vehicle.
Data: Sheet1-‘Data collection’ contains the following type of data, amongst many others:
1. Manufacturer/Model/Type/License Plate no./Company’s No./Mileage/Hours of Work/Dept./…
2. Mercedes / Actros / 2041 / -- / 5-105 / 28.500 / 42 / Maint.
3. VW / Polo / 1,4 Tdi / BG-352GC / 3-013 / 126.526 / -- / GH
4. Skoda / Octavia / 1,8 TSI / -- / 5-198 / 5.138 / -- / Maint.
5. Mercedes / Axor /1844 / -- / 5-106 / 256.433 / -- / Maint.
6. Mercedes / Actros / 2041 / -- / 5-105 / 28.751/ 51 / Maint.
And there are over 150 vehicles, more than 40 manufacturers, nearly 30 types of vehicles in the car park for which it would be necessary to extract the data in order to assess the readiness of each and every vehicle as well as the car park as a whole.
No. of breakdowns per vehicle and hours of work (between 2 consecutive breakdowns) are to be calculated after the particular vehicle meets the following set of criteria: 1. vehicle model and 2. type and 3. Dept. and 4. license plate no. or company no (depending on the fact if it’s registered or not).
The result should look like this:
Sheet2!
For lets say (Mercedes) Actros 2041 Maint. 5-105
B2: Dates: C2: No. of breakdowns per vehicle: D2: Hours of Work (between 2 consec. breakdowns)
B3: date 1 C3. 1 D3: 0 (there aren’t any previous data)
B4: date 2 C4. 2 D4: 9
B5: date 3 C5. 3 D5: hw3-hw2
And so on.
I tried the countifs, sumifs, vlookup combined with countifs and sumproduct but I always got the result in one cell rather than sort of a counter of no. of breakdowns for a particular vehicle in every cell.
While making a Car park Maintenance data record in Excel I encountered a problem that’s beyond my scope of Excel knowledge. So after stumbling on your awesome site I thought of asking you guys for a bit of help.
From the stored data I need to extract the Hours of work for a particular vehicle and no. of failures per vehicle i.e. no. of times that for ex. Mercedes/ Actros/ 2041/5-105/Maint. has broke down. The tricky bit is how to extract the data about both Hours of work and No. of failures every time a particular vehicle has broken down on a separate sheet and each in one column. In other words the first time Actros 2041 brakes down the indicator in let’s say Sheet2! C3 has to indicate 1 (breakdown), next time the same vehicle brakes down again Sheet2! C4 will have to indicate 2 (breakdowns) and so on. In the same time in the adjacent column for calculating hours of work one has to apply the same filtering criteria and when all of them are met to calculate the simple difference between two values of working hours for a particular vehicle.
Data: Sheet1-‘Data collection’ contains the following type of data, amongst many others:
1. Manufacturer/Model/Type/License Plate no./Company’s No./Mileage/Hours of Work/Dept./…
2. Mercedes / Actros / 2041 / -- / 5-105 / 28.500 / 42 / Maint.
3. VW / Polo / 1,4 Tdi / BG-352GC / 3-013 / 126.526 / -- / GH
4. Skoda / Octavia / 1,8 TSI / -- / 5-198 / 5.138 / -- / Maint.
5. Mercedes / Axor /1844 / -- / 5-106 / 256.433 / -- / Maint.
6. Mercedes / Actros / 2041 / -- / 5-105 / 28.751/ 51 / Maint.
And there are over 150 vehicles, more than 40 manufacturers, nearly 30 types of vehicles in the car park for which it would be necessary to extract the data in order to assess the readiness of each and every vehicle as well as the car park as a whole.
No. of breakdowns per vehicle and hours of work (between 2 consecutive breakdowns) are to be calculated after the particular vehicle meets the following set of criteria: 1. vehicle model and 2. type and 3. Dept. and 4. license plate no. or company no (depending on the fact if it’s registered or not).
The result should look like this:
Sheet2!
For lets say (Mercedes) Actros 2041 Maint. 5-105
B2: Dates: C2: No. of breakdowns per vehicle: D2: Hours of Work (between 2 consec. breakdowns)
B3: date 1 C3. 1 D3: 0 (there aren’t any previous data)
B4: date 2 C4. 2 D4: 9
B5: date 3 C5. 3 D5: hw3-hw2
And so on.
I tried the countifs, sumifs, vlookup combined with countifs and sumproduct but I always got the result in one cell rather than sort of a counter of no. of breakdowns for a particular vehicle in every cell.