Suppose you have data that is stored in wide format in excel. You want to reshape it to long format.
 |
Reshape data from wide to long format |
Steps
- Insert a helper column right to column named "Project"
- Concatenates "Name", "Dept", "Project" values and specify "|" delimiter between them. For example, =A2&"|"&B2&"|"&C2
- Press ALT + D + P shortcut key
- Select "Multiple consolidation ranges"
- Press Next
- Select "I will create the page fields"
- Add range selecting helper column you inserted in the first step along with 6 date columns (total 7 columns excluding first three columns)
- Press Next
- Go to the last cell of the pivot table
- Right click and select Show Details
- Use Convert Text to Column wizard by pressing ALT + D + E to separate "Name", "Dept","Project" values.
The output is shown in the image below -
 |
Post Transformation Data Format |
Love this Post? Spread the Word
About Author:

Deepanshu founded ListenData with a simple objective - Make analytics easy to understand and follow. He has over 7 years of experience in data science and predictive modeling. During his tenure, he has worked with global clients in various domains like banking, Telecom, HR and Health Insurance.
While I love having friends who agree, I only learn from those who don't.
Let's Get Connected: Email | LinkedIn
Related Posts:
This is a simple and working formula. Big thanks for sharing it!
ReplyDeleteI wonder if Excel can match two data sets too by a common column? e.g.: data on species abundances with data on species traits.
Keep on good work Deepanshu Bhalla!
Yes it does; just apply vlookup command.
DeleteCheers, Sartaj
Really really helpful!!!! Nice jobs!
ReplyDeletegood
ReplyDeleteAwesome!
ReplyDeleteVery nice work, needs some explanation to get to know the real engineering behind these commands. For example what it actually does for "Multiple consolidation ranges" etc.
Still its great as it works.
This worked perfectly and saved me a lot of time. Thank you!
ReplyDeleteI have followed all the steps for reshaping data from wide to long format in excel but still wont get my data in long format!! Whats the problem?
ReplyDeleteIt's hard to anticipate what went wrong for you. Please save your file on cloud drive and post file location here.
DeleteThis saved me hours and hours of work! Thank you so much!
ReplyDeleteHey How does this work if we have 6 more dates say end date consider the date column in your example as start date. so basically we have 2 sets ( 6 each) of columns.
ReplyDelete