Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 173
Default Array formulas in named ranges

Thought I 'd re-post the following question. Hopefully this is not extremely
bad etiquette within this forum.
The idea seems to be one that many could use in numerous variations once
solidified - but the construct is apparently quite challenging [certainly for
me..!!], and am hoping someone in this forum will take a fresh crack at it.
Indeed, Charles' initial idea of simply creating individual range-names and
using Choose() does work, and I constructed that as an interim. Quite
possibly his latter suggestion of a UDF would be the trick, but am
inexperienced in anything more than a rudimentary UDF build at present.
So ... any strategies to accomplish the following would be sincerely
appreciated.


Am looking for a multiple named-range solution that contains formulas in each
cell.

*** All in same Workbook:
This is the range stored in a table on the source worksheet [let's call it
WSR]
that is named TaxCalc1 ...
=-$H7*Tax1PHd =+Tax2Other =-($J7+$L7)*Tax3Mult
What should happen is when my lookup becomes "TaxCalc" & "1", the above
formulas drop from WSR into cells L7:N26 on the destination worksheet [let's
call it WSC].

Accordingly, when my lookup becomes "TaxCalc" & "2", another range/row of
cells from the source table on WSR - named of course TaxCalc2 - then drop
into the same L7:N26 on WSC.

And so on with TaxCalc3, TaxCalc4, etc as required.

Keeping in mind that a named array range can contain constants that populate
multiple cells, ie ....
1stQtr = Array("Jan", "Feb", "Mar")
2ndQtr = Array("Apr", "May", "Jun")

.... Am hoping that someone knows how to substitute the constants in the
above Qtr example for formulas.

Have tried and tried various methods/syntaxes to no avail, and am now
stumped enough to type all of this [!!].

Thanx in advance to anyone who can assist.
Regards,
- Mike


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
Named ranges and pasting formulas with named references Dude3966 Excel Programming 2 October 8th 08 04:15 PM
Named Ranges in Array Formulas jfitzpat Excel Worksheet Functions 2 May 20th 08 11:34 PM
Can you create dynamic named ranges containing array formulas? Marie J-son[_7_] Excel Programming 1 February 28th 06 01:02 PM
Looking up named ranges as an array L.White Excel Programming 1 August 26th 05 09:12 PM
Array and Named Ranges [email protected] Excel Programming 2 January 10th 04 02:37 PM


All times are GMT +1. The time now is 04:02 AM.

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"