#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gilles P (FR)
 
Posts: n/a
Default Matrix in cells

Hi,
Is there a way to obtain a matrix in a cell ?
A B C
1 1 5 9
2 2 6 10
3 3 7 11

One way (that doesn't work ....)
formula in D1 {= A1:C3} that display as result: 1 (contain in A1)
And my goal is to have in E1 the result: 10
with a formula in E1 like =index(D1;2;3)

Thanks

Gilles P
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Matrix in cells

Maybe you could try this:
D1: contains this text- A1:C3
E1: =INDEX(INDIRECT(D1),2,3)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Gilles P (FR)" wrote:

Hi,
Is there a way to obtain a matrix in a cell ?
A B C
1 1 5 9
2 2 6 10
3 3 7 11

One way (that doesn't work ....)
formula in D1 {= A1:C3} that display as result: 1 (contain in A1)
And my goal is to have in E1 the result: 10
with a formula in E1 like =index(D1;2;3)

Thanks

Gilles P

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Matrix in cells

You might consider instead of putting a "matrix"in D1, you give the actual
matrix (and others if applicable) a RangeName(s), and just enter the
RangeName in D1, maybe via a Validation box, and then use Ron's suggested
formula........

=INDEX(INDIRECT(D1),2,3)

Then it will lookup the specified offsets in whatever RangeName you have
entered in D1............

hth
Vaya con Dios,
Chuck, CABGx3




"Gilles P (FR)" wrote:

Hi,
Is there a way to obtain a matrix in a cell ?
A B C
1 1 5 9
2 2 6 10
3 3 7 11

One way (that doesn't work ....)
formula in D1 {= A1:C3} that display as result: 1 (contain in A1)
And my goal is to have in E1 the result: 10
with a formula in E1 like =index(D1;2;3)

Thanks

Gilles P

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dana DeLouis
 
Posts: n/a
Default Matrix in cells

D1 {= A1:C3}
As an alternative, you could add the matrix to a range name.
Insert | Name | Define...

And add say "Tbl", with a value of ={1,5,9;2,6,10;3,7,11}

Then in E1: =INDEX(Tbl,2,3)
returns 10
HTH. :)
--
Dana DeLouis
Win XP & Office 2003


"Gilles P (FR)" <Gilles P wrote in message
...
Hi,
Is there a way to obtain a matrix in a cell ?
A B C
1 1 5 9
2 2 6 10
3 3 7 11

One way (that doesn't work ....)
formula in D1 {= A1:C3} that display as result: 1 (contain in A1)
And my goal is to have in E1 the result: 10
with a formula in E1 like =index(D1;2;3)

Thanks

Gilles P



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gilles P (FR)
 
Posts: n/a
Default Matrix in cells

Thanks for your 3 answers that open new ways, and answers my question,

but don't help me to resolve my hidden goal, because I hoped by this way to
avoid the denial of use a function in graph series definition....

The goal was to have
a graph series definition for datas as "=A1"
And to have in A1 a matrix of datas...

Thanks again

Gilles P (FR)



"Dana DeLouis" a écrit :

D1 {= A1:C3}

As an alternative, you could add the matrix to a range name.
Insert | Name | Define...

And add say "Tbl", with a value of ={1,5,9;2,6,10;3,7,11}

Then in E1: =INDEX(Tbl,2,3)
returns 10
HTH. :)
--
Dana DeLouis
Win XP & Office 2003


"Gilles P (FR)" <Gilles P wrote in message
...
Hi,
Is there a way to obtain a matrix in a cell ?
A B C
1 1 5 9
2 2 6 10
3 3 7 11

One way (that doesn't work ....)
formula in D1 {= A1:C3} that display as result: 1 (contain in A1)
And my goal is to have in E1 the result: 10
with a formula in E1 like =index(D1;2;3)

Thanks

Gilles P






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
checking that cells have a value before the workbook will close kcdonaldson Excel Worksheet Functions 8 December 5th 05 04:57 PM
how do i protect cells in a shared worksheet Debi Excel Discussion (Misc queries) 3 September 30th 05 11:15 PM
how do you "select locked cells" w/o "select unlocked cells"? princejohnpaulfin Excel Discussion (Misc queries) 3 July 16th 05 03:53 AM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Finding Values in a "Matrix" Diane Alsing Excel Discussion (Misc queries) 8 December 31st 04 08:21 PM


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