+ Reply to Thread
Results 1 to 4 of 4

Drag and Fill

  1. #1
    Registered User
    Join Date
    04-11-2008
    Posts
    22

    Drag and Fill

    I have a formula :

    =INDIRECT("TR1!E"&COUNTA(TR1!E:E))

    And I would like to be able to drag and fill this formula so that for each successive cell, the 1 in both instances of "TR1!" changes to a 2, then a 3, and so forth, so that the cells look like this:

    =INDIRECT("TR2!E"&COUNTA(TR2!E:E))
    =INDIRECT("TR3!E"&COUNTA(TR3!E:E))


    Is there a way to do this or am I doomed to changing every single cell in my spreadsheet manually?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    There's always a way. It's just a question as to whether it's worth it or not. Here's what I came up with.
    Please Login or Register  to view this content.
    As you drag down, ROW(A1), which equals 1, goes to Row(A2) (=2) and so forth.

    ChemistB

  3. #3
    Registered User
    Join Date
    04-11-2008
    Posts
    22
    Oh My Lord.. You just saved me HOURS upon HOURS of busy work. Thank you!!

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    Oh My Lord.. You just saved me HOURS upon HOURS of busy work.
    Well then, I'm glad I helped.

    ChemistB

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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