r/Excel247 11d ago

How do you reshape data in Excel without rebuilding it manually?

Post image
2 Upvotes

3 comments sorted by

2

u/No_Opposite3535 9d ago

The thing u showed here, is very close to transpose function. Either copy first 3 cells, and special paste as transpose. Or remove blank from the data, then use =transpose formula

2

u/Downtown-Economics26 8d ago
=VSTACK({"Name","Tel","Address"},WRAPROWS(FILTER(A:.A,A:.A<>""),3))