I have been given some messy data to clean up, but I am having trouble getting it to where I want it. I would manually do it, but the data will come to me monthly, so I'll need to do it on a regular basis.

I need to get the Prop1, Address1 and Total from rows 2, 3 and 4 all on the same row. Then do the same with 5, 6, 7 and so on. I have tried transposing the data and filtering, then joining it back, but I can't seem to find the right combination. Does anyone know how I might be able to do this?