+ Reply to Thread
Results 1 to 3 of 3

Copying formula down with reverse numbers

Hybrid View

Johnmus Copying formula down with... 09-12-2011, 03:53 PM
ChemistB Re: Copying formula down with... 09-12-2011, 03:59 PM
Johnmus Re: Copying formula down with... 09-13-2011, 03:10 AM
  1. #1
    Registered User
    Join Date
    02-10-2011
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    92

    Copying formula down with reverse numbers

    Hi Everyone,

    I am setting up an awards sheet with many classification and the order of awards is from lowest to highest placement.

    I am using
    =IF(ISBLANK(Aux!18)," ",Aux!18)
    in the first classification but when I try to copy this down the number of course goes up to 19 etc.So I have to manually type in all the references.

    Is there a way to have the order reversed. In other words the number goes to 17, 16, 15 etc?

    Thanks
    Last edited by Johnmus; 09-12-2011 at 03:56 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Copying formula down with reverse numbers

    Try
    =IFERROR(IF(ISBLANK(INDIRECT("Aux!Y"&19-ROW(A1))),"",INDIRECT("Aux!Y"&19-ROW(A1))),"")
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    02-10-2011
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    92

    Re: Copying formula down with reverse numbers

    That works great, except I am using ISBLANK to hide unnecessary rows. I some cells that are referenced there will be a #NUM! - for example when the rankings are 0 through 15 - and in those instances the row will not hide. Is there a way around this?

    Thanks for your assistance!

+ 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