Forum Discussion
VisualCPA
Jan 10, 2022Copper Contributor
How to convert multiple columns into rows with some cells being consistent
I have a list of projects being funded by different departments. Some are funded by one department, others by multiple departments. The original list that I am given has the department funding to the...
- Jan 10, 2022
Hello!
I think that you can do that with power query.
Attach is an excel file with the sample.
First create your information into a table, then go to data > get & transform data > from table/ range.
You need to select the columns year, project number, project name and total budget then go to transform > unpivot other columns.
alannavarro
Iron Contributor
Hello!
I think that you can do that with power query.
Attach is an excel file with the sample.
First create your information into a table, then go to data > get & transform data > from table/ range.
You need to select the columns year, project number, project name and total budget then go to transform > unpivot other columns.
alannavarro
Jan 10, 2022Iron Contributor
Sorry! I forgot to tell you. Power query is like a pivot table, every time you get new data you need to go to data > refresh all.
- AIKrishnan1480Oct 09, 2024Copper Contributor
alannavarro ; way cool. This was exactly what I needed. You saved me hours of agony.