# Workflows – using the Transpose block

Let's say we have metric sums for specific time periods, and each metric has its own column. Now, we want to transform each metric into a separate row.

| Gross Sales | Net Sales | Total Sales |
| ----------- | --------- | ----------- |
| 5226.40     | 4147.81   | 4286.89     |

To achieve this, we can use the Transpose block, which switches columns to rows and vice versa. Here is how our Workflow layout setup would look like&#x20;

<figure><img src="https://2311731864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWkzjcMtcJloeTqt0wsJi%2Fuploads%2FUgWm98EBSHQ4w3bfedQj%2Fwr1.png?alt=media&#x26;token=da753f4a-2918-4879-b3c6-81cb32396bb6" alt=""><figcaption></figcaption></figure>

Let's run this Workflow and view the results.&#x20;

| Name        | Column1   |
| ----------- | --------- |
| Gross Sales | $5,226.40 |
| Net Sales   | $4,147.81 |
| Total Sales | $4,286.89 |
