Data Transpose row to column

Hello,

I have to automate an excel sheet. In the excel sheet I need to transpose row to column.

Total 10 23 25 13 13

Transpose this row to column.

Total
10
23
25
13
13
Like this.
Can anyone please advise me on this.

Thank you.

Hello,

Looks like your question related to this answer: How to transpose row to column in datatable?

@Udesheyy

Check attached for your reference

DataTableTranspose.zip (8.9 KB)

Hope this may help you

Thanks

find a sample for a LINQ approach here:

find starter help here:
Transpose_Demo_LINQ.xaml (8.9 KB)

@Srini84
Thank you so much. It’s worked.

1 Like

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