1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Special Transpose task without VBA?

Our take

Are you tired of relying on VBA to transpose your data in Excel? You're not alone—many users seek simpler solutions to transform columns into rows without diving into complex coding. Fortunately, there's a straightforward technique that can help you achieve this. By leveraging Excel's built-in features, you can easily rearrange your data, turning a range of columns into an organized list of rows. Keep reading to discover this powerful method that will streamline your workflow and enhance your productivity.

Hello Excel community. First time poster.

Does any one know a technique or trick to do a transpose on a range of columns to create rows and transpose those columns without using VBA? Here's a simple example I'm thinking of:

Row C1 C2 C3 C4

1 a b c d

2 a b c

3 a b

Transpose to this format:

Row C1

1 a

1 b

1 c

1 d

2 a

2 b

2 c

3 a

3 b

submitted by /u/AppointmentMiddle805
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Tagged with