Excel Fill down on sheet2 for rows in sheet1

Jody Marshburn 0 Reputation points
2026-03-24T15:38:08.65+00:00

I have data in rows on sheet1 but on the sheet2 I need the same data to be in columns. I'm looking for a way to fill down on sheet 2 but pull from the row on sheet one.

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments

1 answer

Sort by: Oldest
  1. AI answer

    2026-03-24T15:38:18.17+00:00

    Use a TRANSPOSE formula on Sheet2 that points to the row on Sheet1.

    Example:

    1. Suppose the data is in Sheet1, row 2, from A2 to F2.
    2. Go to Sheet2 and select a vertical range with the same number of cells (e.g., A1:A6).
    3. Type this formula:
         =TRANSPOSE(Sheet1!A2:F2)
      
    4. Confirm as an array formula:
      • In current Excel: press Enter (dynamic arrays will spill automatically), or
      • In older Excel: press Ctrl+Shift+Enter.

    Sheet2 will now show the row from Sheet1 as a column, and it will update automatically when the data on Sheet1 changes. Use fill/Auto Fill on Sheet2 to repeat this pattern for other rows by adjusting the row reference (e.g., A3:F3, A4:F4, etc.).


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.