#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default FUNCTION QUESTION

To any expert out the
I have 10 cells with 4 digit numbers each example : a1=4598, a2=5741 and so
on until you get to a10=7125 Ok?
What function do I use to reteieve the largest of the first digit of each
entry? obviously I am dealing with thousands of cells.
In the above example the largest first digit of the three cells is 7 how do
I automate this for thousands of cells.

Hey thank you!!!!!!!!!!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default FUNCTION QUESTION

I have 10 cells with 4 digit numbers each example : a1=4598, a2=5741
and so on until you get to a10=7125 Ok?
What function do I use to reteieve the largest of the first digit of
each entry? obviously I am dealing with thousands of cells.
In the above example the largest first digit of the three cells is 7
how do I automate this for thousands of cells.


Maybe this'll help:
=INT(MAX(A1:J1)/1000)
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default FUNCTION QUESTION

Try this *array* formula:

=MAX(--LEFT(A1:A10))
--
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.
You *must also* use CSE when revising the formula.


--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"joseph robert" wrote in message
...
To any expert out the
I have 10 cells with 4 digit numbers each example : a1=4598, a2=5741 and

so
on until you get to a10=7125 Ok?
What function do I use to reteieve the largest of the first digit of each
entry? obviously I am dealing with thousands of cells.
In the above example the largest first digit of the three cells is 7 how

do
I automate this for thousands of cells.

Hey thank you!!!!!!!!!!!!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default FUNCTION QUESTION



Mr. Ragdyer your formula or function is the correct one for what I need I
laso want however to thank MyVeryonwself, and Mr. Gary student for their
input.
I have another question on the same topic:
Mr. Ragdyer: on the same example what formula do I use this time to
determine the frequency of that first highest digit in so many cells?


thx again
Joseph robert,



"Ragdyer" wrote:

Try this *array* formula:

=MAX(--LEFT(A1:A10))
--
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.
You *must also* use CSE when revising the formula.


--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"joseph robert" wrote in message
...
To any expert out the
I have 10 cells with 4 digit numbers each example : a1=4598, a2=5741 and

so
on until you get to a10=7125 Ok?
What function do I use to reteieve the largest of the first digit of each
entry? obviously I am dealing with thousands of cells.
In the above example the largest first digit of the three cells is 7 how

do
I automate this for thousands of cells.

Hey thank you!!!!!!!!!!!!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default FUNCTION QUESTION

Try this *array* formula to count the number of occurrences of that max left
digit:

=SUMPRODUCT(--(--LEFT(A1:A10)=MAX(--LEFT(A1:A10))))

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

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"joseph robert" wrote in message
...


Mr. Ragdyer your formula or function is the correct one for what I need I
laso want however to thank MyVeryonwself, and Mr. Gary student for their
input.
I have another question on the same topic:
Mr. Ragdyer: on the same example what formula do I use this time to
determine the frequency of that first highest digit in so many cells?


thx again
Joseph robert,



"Ragdyer" wrote:

Try this *array* formula:

=MAX(--LEFT(A1:A10))
--
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.
You *must also* use CSE when revising the formula.


--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"joseph robert" wrote in message
...
To any expert out the
I have 10 cells with 4 digit numbers each example : a1=4598, a2=5741 and

so
on until you get to a10=7125 Ok?
What function do I use to reteieve the largest of the first digit of
each
entry? obviously I am dealing with thousands of cells.
In the above example the largest first digit of the three cells is 7 how

do
I automate this for thousands of cells.

Hey thank you!!!!!!!!!!!!







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default FUNCTION QUESTION

If you numbers were in cells A1 thru A1000 then:

=INT(MAX(A1:A1000)/1000)
--
Gary''s Student
gsnu200711


"joseph robert" wrote:

To any expert out the
I have 10 cells with 4 digit numbers each example : a1=4598, a2=5741 and so
on until you get to a10=7125 Ok?
What function do I use to reteieve the largest of the first digit of each
entry? obviously I am dealing with thousands of cells.
In the above example the largest first digit of the three cells is 7 how do
I automate this for thousands of cells.

Hey thank you!!!!!!!!!!!!

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
Function Question Jim Patterson Setting up and Configuration of Excel 2 December 6th 06 07:32 PM
IF function Question Machineman Excel Worksheet Functions 5 November 26th 06 11:48 PM
NOW function question George Applegate Excel Worksheet Functions 6 May 20th 06 05:39 PM
Function question Tim Excel Discussion (Misc queries) 10 February 23rd 06 12:11 PM
Function question Jock W Excel Worksheet Functions 2 April 6th 05 01:39 PM


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