A problem I am having is summing hours based on a given oil filter. I want to sum the hours on the first filter for Bus 2 in K4 and same for Bus 1 in the row above. The criteria is oil change: yes or no? If yes, it counts that current time for the next oil filter similar to the example in the attached. If no, the hours will cumulate under one filter in K4 until "yes", K5 will start a new cumulative sum. Data will constantly be updated and added so the oil filters will also grow and expand.
I am guessing that I might have to do some conditional manipulation of the data in order for this to work; similar to how a dynamic graph works with its data constantly being updated except with sums and tables; I'm not too worried about graphs here but data grouping and manipulation.
Bookmarks