Forum Discussion
Automated Filtering Transpose Formula
- Jul 25, 2021
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.
Main question are you on Excel 365 or not, based on that you could have different results using the same formula.
And what exactly is wrong here?
The picture above is what I want to have, but for me to have that I had to remove formulae from the cells and manually take out the blank cells. The columns that have been transposed and where found to have no value in them should not be present in the rows, thats where am failing to solve this. What in is a formula thats should take out (Filter) all the blank cells automatically.
The Black crosses in the picture above indicates the cell(s) that should have been filtered or removed.
Hope i have cleared my question.
- SergeiBaklanJul 25, 2021Diamond Contributor
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.
- SimonZamasiaJul 25, 2021Copper ContributorMy life with excel has never been better as it is now, my work is looking neat now. Many thanks Sergei Baklan for the help rendered.
- SergeiBaklanJul 26, 2021Diamond Contributor
SimonZamasia , you are welcome
- SimonZamasiaJul 25, 2021Copper ContributorI forgot to say am not on Excel 365