+ Reply to Thread
Results 1 to 3 of 3

Thread: Referencing cell in Named Range in Function VS Formula

  1. #1
    Registered User
    Join Date
    06-13-2006
    Location
    Victoria, British Columbia
    Posts
    4

    Question Referencing cell in Named Range in Function VS Formula

    New to VBA: when using a named range (say column A is 'ARange') in a worksheet cell formula, the current row value is referenced by default. How do I reference a different row in this range, and how do I pass this either of these values to a Function?

    TIA -


  2. #2
    Tom Ogilvy
    Guest

    RE: Referencing cell in Named Range in Function VS Formula

    =Index(ARange,3,1)

    will be A3

    --
    Regards,
    Tom Ogilvy


    "Nyq" wrote:

    >
    > New to VBA: when using a named range (say column A is 'ARange') in a
    > worksheet cell formula, the current row value is referenced by default.
    > How do I reference a different row in this range, and how do I pass
    > this either of these values to a Function?
    >
    > TIA -
    >
    >
    >
    >
    > --
    > Nyq
    > ------------------------------------------------------------------------
    > Nyq's Profile: http://www.excelforum.com/member.php...o&userid=35380
    > View this thread: http://www.excelforum.com/showthread...hreadid=551566
    >
    >


  3. #3
    Registered User
    Join Date
    06-13-2006
    Location
    Victoria, British Columbia
    Posts
    4

    Smile Thanks!


    Thanks! So simple: thus one wd invoke Function 'Fnc1' as:
    =Fnc1(INDEX(ARange,3,1)).

    Regards

+ 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.2.0