You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

transpose columns and rows in numbers

I need to transpose columns and rows in Numbers and I do not want to write script to do it. Is there an easier way?

MacBook Pro, iOS 6.1.4, iWork - Numbers

Posted on Jul 29, 2013 11:10 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 29, 2013 12:51 PM

CD,


There is a TRANSPOSE function, but it's not too useful in my experience, since you have to use INDEX to read the result out of internal memory. Below are two examples, the first using TRANSPOSE and INDEX and the second using only INDEX, but this time reading the input table directly rather than via the transpose function. Note that skipping the transpose function requires that you reverse the Row and Column arguments.


In case the graphic is difficult to read, the first expression is:


=INDEX(TRANSPOSE(INDIRECT("Input")), ROW(), COLUMN())


and the second expression is:


=INDEX(Input, COLUMN(), ROW()).


Jerry

User uploaded file

97 replies

Jun 6, 2016 2:15 PM in response to beckminsterfullerene

"Here's the easiest way yet - just do it on a google spreadsheet."


How is copying, pasting special to a Google spreadsheet, copying again from there and pasting into Numbers easier than the procedure below, posted by SG March 3rd, is response to Duncan Parks?


"In the current version of Numbers all you have to do is click in the table and choose 'Transpose Rows and Columns' from the Table menu.


SG"


EDIT: ...and repeated immediately above.


Regards,

Barry

transpose columns and rows in numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.