Hi, i have data in a row formula:
I need to make a new table where the row is changed to column, i have tried with INDEX MATCH to no avail, i need to make it Lookup both in Rows and Columns in order to make it work - can you please help?
Month | Product 1 | Product 2 | Product 3 |
January | 122 | 344 | 4555 |
Februar | 556 | 555 | 655 |
I need to make a new table where the row is changed to column, i have tried with INDEX MATCH to no avail, i need to make it Lookup both in Rows and Columns in order to make it work - can you please help?
Month | Product | Value |
January | Product 1 | 122 |
January | Product 2 | 344 |
January | Product 3 | 655 |
February | Product 1 | 556 |
February | Product 2 | 555 |
February | Product 3 | 655 |