+ Reply to Thread
Results 1 to 2 of 2

Copying an array formula

  1. #1
    Registered User
    Join Date
    10-13-2008
    Location
    Denver, CO - USA
    Posts
    1

    Question Copying an array formula

    I have an array formula as follows:

    {=INDEX(N13:AA13,MATCH(TRUE,N13:AA13<>0,0))}

    Want to copy this down a column. when I do, the formula does not change to accomodate for change in rows (i.e., the 13 does not become 14 then 15 then 16 and so on).

    How do i remedy this?

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good evening geoffreynd

    ...and welcome to the forum!!
    Quote Originally Posted by geoffreynd View Post
    Want to copy this down a column. when I do, the formula does not change to accomodate for change in rows (i.e., the 13 does not become 14 then 15 then 16 and so on).
    You need to make the number part of the formula absolute, rather than relative, thus :
    {=INDEX(N$13:AA$13,MATCH(TRUE,N$13:AA$13<>0,0))}

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

+ 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. Copying a formula to a active range
    By gaby58 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-06-2008, 09:14 AM
  2. VBA Code of an Array Formula
    By ROLLET in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-11-2007, 04:04 AM
  3. Array Formula
    By djfatboyfats in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-06-2007, 08:16 PM
  4. Getting a range from an array formula contained in a cell
    By kayard in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-10-2007, 04:08 PM
  5. Help: Array formula components work separately but not together
    By indigoant in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-17-2007, 10:29 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