#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default array formulas

Hello,

I've got an array formulas wich returns two values. Is it possible to only
select one of the value ?

Thanks in advance.

Nader

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default array formulas

Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to only
select one of the value ?

Thanks in advance.

Nader

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default array formulas

=MAX(formula)

=MIN(formula)

perhaps?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to

only
select one of the value ?

Thanks in advance.

Nader



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default array formulas

Sorry I totaly forgot to post the formula, here it is :

=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)

Once I enter this formula in a cell, it becomes an array, like that :

{=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)}

And it returns two values next to each other (eg. A1 and B1).

What I would like is only the second cell (B1) and not both ?

I've tried the worksheet function INDEX but they are still two cells which
are used in my sheet and I only want one.

Thanks !

PS : Nice proverb

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to
only
select one of the value ?

Thanks in advance.

Nader

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default array formulas

=INDEX(=BLP("NESN VX
Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2);)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nader" wrote in message
...
Sorry I totaly forgot to post the formula, here it is :

=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)

Once I enter this formula in a cell, it becomes an array, like that :

{=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)}

And it returns two values next to each other (eg. A1 and B1).

What I would like is only the second cell (B1) and not both ?

I've tried the worksheet function INDEX but they are still two cells which
are used in my sheet and I only want one.

Thanks !

PS : Nice proverb

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to
only
select one of the value ?

Thanks in advance.

Nader





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default array formulas

Sorry typo

=INDEX(=BLP("NESN VX
Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2);;2)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nader" wrote in message
...
Sorry I totaly forgot to post the formula, here it is :

=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)

Once I enter this formula in a cell, it becomes an array, like that :

{=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)}

And it returns two values next to each other (eg. A1 and B1).

What I would like is only the second cell (B1) and not both ?

I've tried the worksheet function INDEX but they are still two cells which
are used in my sheet and I only want one.

Thanks !

PS : Nice proverb

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to
only
select one of the value ?

Thanks in advance.

Nader



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default array formulas

Hello Bob,

It's not working ... I get an error. I don't the understand the end ";;2"

Thanks.

"Bob Phillips" wrote in message
...
Sorry typo

=INDEX(=BLP("NESN VX
Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2);;2)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nader" wrote in message
...
Sorry I totaly forgot to post the formula, here it is :

=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)

Once I enter this formula in a cell, it becomes an array, like that :

{=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)}

And it returns two values next to each other (eg. A1 and B1).

What I would like is only the second cell (B1) and not both ?

I've tried the worksheet function INDEX but they are still two cells
which
are used in my sheet and I only want one.

Thanks !

PS : Nice proverb

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to
only
select one of the value ?

Thanks in advance.

Nader



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default array formulas

Hi Nader,

I never heard this formula, nor did my Excel 2003. Can you tell me what
this formula do and over which version it works?


Thankyou,

Shail


Nader wrote:
Hello Bob,

It's not working ... I get an error. I don't the understand the end ";;2"

Thanks.

"Bob Phillips" wrote in message
...
Sorry typo

=INDEX(=BLP("NESN VX
Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2);;2)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nader" wrote in message
...
Sorry I totaly forgot to post the formula, here it is :

=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)

Once I enter this formula in a cell, it becomes an array, like that :

{=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)}

And it returns two values next to each other (eg. A1 and B1).

What I would like is only the second cell (B1) and not both ?

I've tried the worksheet function INDEX but they are still two cells
which
are used in my sheet and I only want one.

Thanks !

PS : Nice proverb

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to
only
select one of the value ?

Thanks in advance.

Nader




  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default array formulas

It is trying to get the 2nd element of the array.

What does the BLP function look like?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nader" wrote in message
...
Hello Bob,

It's not working ... I get an error. I don't the understand the end ";;2"

Thanks.

"Bob Phillips" wrote in message
...
Sorry typo

=INDEX(=BLP("NESN VX
Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2);;2)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nader" wrote in message
...
Sorry I totaly forgot to post the formula, here it is :

=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)

Once I enter this formula in a cell, it becomes an array, like that :

{=BLP("NESN VX Equity";"BEST_BRK_PERIOD_OVERRIDE=:1FY,BEST_EPS"); 0;2)}

And it returns two values next to each other (eg. A1 and B1).

What I would like is only the second cell (B1) and not both ?

I've tried the worksheet function INDEX but they are still two cells
which
are used in my sheet and I only want one.

Thanks !

PS : Nice proverb

"Dave F" wrote in message
...
Post your formula.
--
Brevity is the soul of wit.


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible

to
only
select one of the value ?

Thanks in advance.

Nader





  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default array formulas

Maybe
=INDEX(array, 1)
=INDEX(array, 2)


"Nader" wrote:

Hello,

I've got an array formulas wich returns two values. Is it possible to only
select one of the value ?

Thanks in advance.

Nader



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
array formulas and getformula UDF Dave F Excel Worksheet Functions 8 August 10th 06 09:32 PM
IF statement in Array Formula's sdg8481 Excel Discussion (Misc queries) 7 July 24th 06 12:49 PM
array formulas disabled? erikheath Excel Worksheet Functions 1 May 11th 06 04:13 PM
array formulas R.VENKATARAMAN Excel Worksheet Functions 7 June 16th 05 10:25 PM
array formulas johnT Excel Worksheet Functions 14 March 29th 05 08:35 AM


All times are GMT +1. The time now is 09:45 PM.

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"