I am looking for a formula to do this if possible, but VBA will work if not available as a formula.
So, in column A there are dates, column G has a driver name, column L has either LF or DT two show either landfill or downtime status. Over in column R I have weights of the landfill load, but only if LF is present in column L. This data can cover 3 to 5 rows for one date and one driver. So I want to transpose the weights for each landfill trip from column R to the first row under columns S, T, U, V & W for what ever number of landfill tips there is.
I hope this makes sense!
I have tried this formula
Thanks
So, in column A there are dates, column G has a driver name, column L has either LF or DT two show either landfill or downtime status. Over in column R I have weights of the landfill load, but only if LF is present in column L. This data can cover 3 to 5 rows for one date and one driver. So I want to transpose the weights for each landfill trip from column R to the first row under columns S, T, U, V & W for what ever number of landfill tips there is.
I hope this makes sense!
I have tried this formula
=If(and(($G8=$G7),($L8="LF")),transpose($R8),"")
Thanks
Last edited: