Forum Discussion

SimonZamasia's avatar
SimonZamasia
Copper Contributor
Jul 24, 2021
Solved

Automated Filtering Transpose Formula

I have been working on this worksheet for construction plant and equipment hired expenses, it contains Dates, Rates and Hours worked for each piece of equipment that has been used.    The info i...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jul 25, 2021

    SimonZamasia 

    As variant that could be

    =IFERROR(
     INDEX($S$6:$BA$6,1,
     AGGREGATE(15,6,
         1/($S$6:$BA$6<>"")*
         (COLUMN($S$6:$BA$6)-COLUMN($R$6)),
         ROW()-ROW($B$13))
    )*$K$33,0)

    drag it down till end of the range.

Resources