Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Possible to have a named array formula?

Is it possible somehow to define a array formula and give it a name like you
do normal named formulas, so it can be used in a cell like so:

=MyNamedArrayFormula

Thanks.

---------------------------------------------------------------
Kel Good
MCT, MCAD, MCSD for Microsoft.NET


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Possible to have a named array formula?

Yes.

Insert Name Define
Name: MyNamedArrayFormula
RefersTo: =Sum(($A$1:$A$10=5)*($B$1:$B$10=2)*$C$1:$C$10)

If you want to use relative addresses, then these will be relative to the
activecell. With named ranges, best to use absolute references in most
cases.

--
Regards,
Tom Ogilvy


"Kel Good" wrote in message
...
Is it possible somehow to define a array formula and give it a name like

you
do normal named formulas, so it can be used in a cell like so:

=MyNamedArrayFormula

Thanks.

---------------------------------------------------------------
Kel Good
MCT, MCAD, MCSD for Microsoft.NET




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Possible to have a named array formula?

Hi Tom,

Thanks for your reply.

What makes this an array formula rather than just a normal formula? It looks
like the latter, without the { } around it.

Kel

"Tom Ogilvy" wrote in message
...
Yes.

Insert Name Define
Name: MyNamedArrayFormula
RefersTo: =Sum(($A$1:$A$10=5)*($B$1:$B$10=2)*$C$1:$C$10)

If you want to use relative addresses, then these will be relative to the
activecell. With named ranges, best to use absolute references in most
cases.

--
Regards,
Tom Ogilvy


"Kel Good" wrote in message
...
Is it possible somehow to define a array formula and give it a name like

you
do normal named formulas, so it can be used in a cell like so:

=MyNamedArrayFormula

Thanks.

---------------------------------------------------------------
Kel Good
MCT, MCAD, MCSD for Microsoft.NET






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Possible to have a named array formula?

It is written as an array formula - it isn't written as a normal formula.

Granted, in column C, entered in cell C2 without array entry, it will use
implicit intersection, but in a named range, implicit intersection isn't an
issue.


--
Regards,
Tom Ogilvy

"Kel Good" wrote in message
...
Hi Tom,

Thanks for your reply.

What makes this an array formula rather than just a normal formula? It

looks
like the latter, without the { } around it.

Kel

"Tom Ogilvy" wrote in message
...
Yes.

Insert Name Define
Name: MyNamedArrayFormula
RefersTo: =Sum(($A$1:$A$10=5)*($B$1:$B$10=2)*$C$1:$C$10)

If you want to use relative addresses, then these will be relative to

the
activecell. With named ranges, best to use absolute references in most
cases.

--
Regards,
Tom Ogilvy


"Kel Good" wrote in message
...
Is it possible somehow to define a array formula and give it a name

like
you
do normal named formulas, so it can be used in a cell like so:

=MyNamedArrayFormula

Thanks.

---------------------------------------------------------------
Kel Good
MCT, MCAD, MCSD for Microsoft.NET








  #5   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default Possible to have a named array formula?

I think so. Take a look he http://j-walk.com/ss/excel/odd/odd10.htm

"Kel Good" wrote:

Is it possible somehow to define a array formula and give it a name like you
do normal named formulas, so it can be used in a cell like so:

=MyNamedArrayFormula

Thanks.

---------------------------------------------------------------
Kel Good
MCT, MCAD, MCSD for Microsoft.NET





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 225
Default Possible to have a named array formula?

Hi Kel,

Does Tom's suggestion help you?
If you still have any concern, please feel free to post here.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

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
Using Named Range within an Array Formula Ivor Davies Excel Discussion (Misc queries) 2 August 25th 09 11:15 AM
count(if(... using array formula: can I use a named range in my ca katy Excel Worksheet Functions 1 January 15th 08 02:13 AM
Use named ranges in array formula Jan Excel Worksheet Functions 14 February 26th 07 08:11 PM
Array as a "named range" - formula ok in cells, but error as "named range" tskogstrom Excel Discussion (Misc queries) 11 December 28th 06 04:44 PM
How do I resize a named array in Excel from a MxN array to a mxn . CymonM Excel Programming 8 September 27th 04 08:29 AM


All times are GMT +1. The time now is 03:40 AM.

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

About Us

"It's about Microsoft Excel"