If you look at attached impact, sheet 1 has multiple links in a column and this links have multiple values against them in different columns.
In my use case, there might be few links which are exactly same in different rows but have unique values against them in those different rows. I want the links along with all values against them which show ‘Active’ against them to be sorted and displayed in another sheet.
Example, in the image, under sheet 1, there are 6 rows which show ‘Active’ under column Q.
Out of all these, row 2 and 9 have the same url links which I am showing in the Sheet 2 and the values showing against it are the ones which which are combination of values against it in sheet 1 in row 2 and 9
Same applies to row 5 and 13
There are also links which are in only one row example, row 7
Now sure how a formula can be written to get this data. Can any one help?
Sure, Attached the same. Also I know that I can use formula "
=TOROW(FILTER(B2:I13,(Q2:Q13=U2)*(P2:P13=“active”),“”),1,FALSE)
But unfortunately the Torow function is only available in Excel 365 which is not my version, so wanted to try using UiPath Transpose test.xlsx (11.2 KB)