+ Reply to Thread
Results 1 to 4 of 4

Referencing a variable in an array range

  1. #1
    Registered User
    Join Date
    09-18-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    35

    Question Referencing a variable in an array range

    Hi,

    I'm successfully using the following array formula to check a cells value against a list (contained in I3:K3843):

    Please Login or Register  to view this content.
    However everytime I add another value to my list, I need to manually update this formula (from 3843 to 3844 for example). I'm looking to automate this...

    In cell L2 I already have a count which outputs 3843. Does anyone know how I can reference this in my formula, aka

    Please Login or Register  to view this content.
    Any help would be greatly appreciated!!!

    Thanks guys

    ChainsawDR

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,596

    Re: Referencing a variable in an array range

    Can you just exytend range:

    {=INDEX($K$3:$K$10000,SUMPRODUCT(LARGE(--(ISNUMBER(FIND($J$3:$J$10000,B3)))*$I$3:$I$10000,1)))}

  3. #3
    Registered User
    Join Date
    09-18-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    35

    Re: Referencing a variable in an array range

    Thanks for the reply zbor. No unfortunately it requires it to be the exact range otherwise it produces #VALUE!

    I've created a string that I've now started copying and pasting each time, but was hoping there might be a way of referencing that value in the count cell.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,596

    Re: Referencing a variable in an array range

    Can you upload example?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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