+ Reply to Thread
Results 1 to 3 of 3

Copying Formulas to new row

  1. #1
    Registered User
    Join Date
    03-24-2011
    Location
    NJ
    MS-Off Ver
    Excel 2000
    Posts
    15

    Copying Formulas to new row

    NBVC I ran into a problem getting the formulas to work pas the first row in the worksheet. I tried to do as you suggested and changed the values for the cells but it doesn't seem to help. Do I change each value to the new row? What don't I change? The next row would be B15:B23.

    the formula in question is below and used in Worksheet Votes. Workbook attached

    =INDEX(B$2:B$10,SMALL(IF(C$2:C$10=C11,ROW(B$2:B$10)-ROW(B$2)+1),COUNTIF(C$11:C11,C11)))

    Thank you again for your help. Still trying to learn.
    Attached Files Attached Files
    Last edited by chrisnat; 03-28-2011 at 01:22 PM. Reason: Solved

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Copying Formulas to new row

    You would just select and copy the formula in B11 and paste it to B24, then change the ranges like:

    =INDEX(B$15:B$23,SMALL(IF(C$15:C$23=C11,ROW(B$15:B$23)-ROW(B$15)+1),COUNTIF(C$24:C24,C24)))

    and confirm with CTRL+SHIFT+ENTER and then copy down.

    The LARGE formula would be then:

    =LARGE(C$15:C$23,ROWS($A$1:$A1))

    Note: You don't need to confirm with CTRL+SHIFT +ENTER
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-24-2011
    Location
    NJ
    MS-Off Ver
    Excel 2000
    Posts
    15

    Re: Copying Formulas to new row

    Thank you again

+ 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