Select column when the row value match

The column length is flexible.
I want to select the columns when the first row equals 1 and Formula row is empty.
Is that possible to use linq to query?

Input
image

Output
image

Hi @lin.cw.lin

I have attached a workflow, please try it and let me know for any help.

Test_Forum_Solution.zip (3.5 KB)
Forum_Input.xlsx (10.6 KB)

Input:
image

Output:
image

Thanks
John

I see.
There’s is no activity to filter column.
So it can’t be simple like filter data row using an activity or a linq to deal with it right?

Hi @lin.cw.lin

There is no activity to filter the column. we have to write a logic to achieve column filtering.
If you want to use filter or linq method, then follow below approach

You can refer the below post for transposing data

Thanks
John

Right…Thanks for your help.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.