Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Displays wrong result

For the following formula:

=MAX(VALUE(RIGHT($A$1:$A$22,8)))

....for a list of numbers

L00000001, L00000002, L00000003, L00000004, L00000005 ... L00000022

....the result displays correctly (The result is ...) on the bottom of the
Function dialog box. But when I click 'OK' to close the box and apply the
formula to the cell it displays something different ( 1).

The cell format is 'General'. Any ideas what I might have done wrong?

Thx in advance!
--
FirstVette52
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Displays wrong result

It's an *array* formula and must be entered as such!

--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead of
the regular <Enter, which will *automatically* enclose the formula in curly
brackets, which *cannot* be done manually. Also, you must use CSE when
revising the formula.

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"FirstVette52" <(My User name is Firstvette 52, too) firstvet52@(my ISP
E-mail provider is) netzero.com wrote in message
...
For the following formula:

=MAX(VALUE(RIGHT($A$1:$A$22,8)))

...for a list of numbers

L00000001, L00000002, L00000003, L00000004, L00000005 ... L00000022

...the result displays correctly (The result is ...) on the bottom of the
Function dialog box. But when I click 'OK' to close the box and apply the
formula to the cell it displays something different ( 1).

The cell format is 'General'. Any ideas what I might have done wrong?

Thx in advance!
--
FirstVette52



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Displays wrong result

Try this:

=MAX(INDEX(0+RIGHT(A1:A22,8),))

Just press ENTER


"FirstVette52" wrote:

For the following formula:

=MAX(VALUE(RIGHT($A$1:$A$22,8)))

...for a list of numbers

L00000001, L00000002, L00000003, L00000004, L00000005 ... L00000022

...the result displays correctly (The result is ...) on the bottom of the
Function dialog box. But when I click 'OK' to close the box and apply the
formula to the cell it displays something different ( 1).

The cell format is 'General'. Any ideas what I might have done wrong?

Thx in advance!
--
FirstVette52

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
Vlookup displays wrong result Melbridge Excel Worksheet Functions 10 November 9th 07 12:37 AM
excel result return wrong calcuation result garyww Excel Worksheet Functions 1 August 14th 06 11:14 AM
excel result return wrong calcuation result garyww Excel Worksheet Functions 0 August 14th 06 05:02 AM
excel result return wrong calcuation result garyww Excel Worksheet Functions 0 August 14th 06 05:02 AM
IF function displays wrong amount JAnderson Excel Worksheet Functions 4 November 6th 04 06:41 PM


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