LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default Multi-Cell Array Formula

Hi,

I posted this question in the General Discussion forum, without realizing
it, so I reposted it here thinking it might get the right eyes in this forum
perhaps.

I am trying to show an analysis of data in 1 worksheet(analysis worksheet),
from another worksheet(data worksheet). The key data in which I am trying to
reference has multiple values, and varying quantities of duplicates among
those multiple values, and in the formula it is named "UDP". In some
cases I have 15 instances of the same value, and in other instances, just 1.

The desired dataset which I'm deriving from the key data, is
a column of unique text values...I dont want to manipulate them in any way,
just display them, so that I can perform some additional VLOOKUPS, and
calculate those results, in the analysis worksheet...so therefore, it is
desired to not repeat the same result, for more reasons than aesthetics.

Currently, using the OFFSET/MATCH function, I must keep the data worksheet
sorted by this key range(or at least keep the values contiguous), in order to
display the results correctly in the multi-cell array I've created to display
the multiple results(I could live with no sorting in the data worksheet, but
not preferred).

I want to have the user select a data validated selection in the analysis
worksheet, which in turn creates the keyed criteria for the multi-cell
array(so far, this works well, except when the amount of resultant values is
1), and displays the multiple results(51 columns to the left) of every

instance of this key data.

To clarify again, the key data has multiple values & duplicates, so the
amount of resultant data will vary, but will remain unique text. It works
acceptably with the OFFSET/MATCH combo for displaying in a multi-cell array,
but repeats the same value when the results(or height in rows) is 1...it
functions great for more than 1 result. I have a possible workaround, which
involves an IF statement for my analysis worksheet, but I'd rather not have
to do that, if at all possible.

Here is the formula I've tried to use...where "UDP" is a named range in the
analysis worksheet...and of course the {} are in the actual multi-cell array.

=OFFSET(UDP,MATCH(O41,UDP,0)-1,-51,COUNTIF(UDP,O41),1)


Regards,
Steve


 
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
match in multi-column and multi-row array sloth Excel Discussion (Misc queries) 14 September 1st 06 10:33 PM
newbie question on multi-dimensional array sammus New Users to Excel 2 April 3rd 06 03:11 AM
referencing the value of a cell containing an array formula KR Excel Worksheet Functions 4 July 5th 05 06:15 PM
how can I paste multi-line/multi-paragraph data into ONE cell? Theano Excel Discussion (Misc queries) 3 June 7th 05 01:10 PM
How can I use a cell reference in Sumproduct array formula? Chrism Excel Discussion (Misc queries) 1 April 7th 05 05:05 PM


All times are GMT +1. The time now is 09:27 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"