+ Reply to Thread
Results 1 to 8 of 8

how to reference horizontal rows to vertical columns by dragging with an equation

  1. #1
    Registered User
    Join Date
    07-31-2015
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    35

    how to reference horizontal rows to vertical columns by dragging with an equation

    if i have in sheet1 dd59:1 de59:2 df59:3
    how to make in sheet2: f3:1
    f4:2
    f5:3
    vertically. i want it to be continuous by dragging. plz it would help alot.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    Try this...

    =INDEX(DD$59:DF$59,ROWS(F$3:F3))

    Copy down
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    Hi


    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    07-31-2015
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    35

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    i put it like this =INDEX(sheet1!DD$59:DF$59,ROWS(sheet2F$3:F3)) in f3 of sheet2 but coming wrong. whats my mistake here?

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    =INDEX(sheet1!DD$59:DF$59,ROWS(sheet2F$3:F3))
    You had sheet2F$3.... it should have been sheet2!F$3 to be corret. however, you don't actually need the sheet - as it's just a couter; so ROWS(F$3:F3)) works perfectly. Final formula:

    =INDEX(Sheet1!DD$59:DF$59,ROWS(F$3:F3))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    You don't have a ! in the Sheet2 name. However, you don't need the sheet2 name in this case.

    =INDEX(Sheet1!DD$59:DF$59,ROWS(F$3:F3))

    Here's a sample file to demonstrate this...
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    07-31-2015
    Location
    UAE
    MS-Off Ver
    2013
    Posts
    35

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    thank u guys i found it. i really appreciate it. keep up the gr8 work!

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: how to reference horizontal rows to vertical columns by dragging with an equation

    You're welcome. We appreciate the feedback!

    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 04-26-2015, 11:04 AM
  2. Horizontal Look-Up fuction for Vertical Reference
    By pavanbhoyar in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-17-2014, 05:35 AM
  3. Vertical Cell reference to horizontal
    By kokapelly in forum Excel General
    Replies: 3
    Last Post: 09-25-2014, 04:03 PM
  4. [SOLVED] Horizontal to vertical dragging of formulas...
    By Finalfrontier1976 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-20-2013, 09:39 AM
  5. [SOLVED] Converting Vertical Columns in to Horizontal Rows - (Better solution to Transpose)
    By ps_upasani in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-30-2013, 05:32 AM
  6. Dragging Formula Down Rows, Changing Array Reference Across Columns
    By mpayne29 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-14-2013, 03:52 PM
  7. Trying to reference a horizontal row in a vertical column
    By GeoffCJ in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-10-2007, 03:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1