Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Referencing cell in Named Range in Function VS Formula


New to VBA: when using a named range (say column A is 'ARange') in
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 pas
this either of these values to a Function?

TIA -

:confused

--
Ny
-----------------------------------------------------------------------
Nyq's Profile: http://www.excelforum.com/member.php...fo&userid=3538
View this thread: http://www.excelforum.com/showthread.php?threadid=55156

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Referencing cell in Named Range in Function VS Formula


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

Regard

--
Ny
-----------------------------------------------------------------------
Nyq's Profile: http://www.excelforum.com/member.php...fo&userid=3538
View this thread: http://www.excelforum.com/showthread.php?threadid=55156

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
referencing a 3D Named Range Robert H Excel Worksheet Functions 3 January 14th 08 05:46 PM
Referencing a named range based upon Range name entry in cell Barb Reinhardt Excel Worksheet Functions 14 June 20th 07 07:19 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
VBA Referencing a Named Cell Range in another Workbook Frank & Pam Hayes[_2_] Excel Programming 5 June 29th 04 10:01 PM
Using the Find function with the What referencing a Range/Cell Value PFederinko Excel Programming 1 February 9th 04 03:13 PM


All times are GMT +1. The time now is 04:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"