+ Reply to Thread
Results 1 to 3 of 3

Increase function formula by 1 each time i drag down

  1. #1
    Forum Contributor
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    99

    Increase function formula by 1 each time i drag down

    I am trying to do this:

    =Unique(Input!$C$4:$C$20000,9)
    =Unique(Input!$C$4:$C$20000,10)
    =Unique(Input!$C$4:$C$20000,11)
    =Unique(Input!$C$4:$C$20000,12)


    but I have to manually type 9, 10, 11, 12 and its taking forever because I have to do it up to 100. Is there a better way?
    Last edited by Tommy1005; 01-09-2011 at 08:37 PM.

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: Increase function formula by 1 each time i drag down

    Hi Tommy1005
    one way would be to add row function minus the start number
    =Unique(Input!$C$4:$C$20000,row() -5)
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Contributor
    Join Date
    07-28-2009
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    99

    Re: Increase function formula by 1 each time i drag down

    thank you, worked

+ 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