Forum Discussion
Automated Filtering Transpose Formula
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.
6 Replies
- SergeiBaklanDiamond Contributor
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?
- SimonZamasiaCopper Contributor
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.
- SergeiBaklanDiamond 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.