Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
If I enter on column numbers not in consecutive order, is there a way to find the highest (latest) value that I entered. Ex: check 5 4 1 18 8 17 19 20 9 2 7 16 25 21 10 13 6 22 24 12 15 23 14 11 27 26 3 The largest value entered is 27. But in a few days the list will be larger is there a formula that can do this. Thank you Faruk Gashi |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use the MAX function, changing the cell address range to correspond with the
cells in your worksheet: =MAX(A1:A39) -- Kevin Backmann "frukyy" wrote: Hi all, If I enter on column numbers not in consecutive order, is there a way to find the highest (latest) value that I entered. Ex: check 5 4 1 18 8 17 19 20 9 2 7 16 25 21 10 13 6 22 24 12 15 23 14 11 27 26 3 The largest value entered is 27. But in a few days the list will be larger is there a formula that can do this. Thank you Faruk Gashi |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
=Max(A:A) or whatever column you are using ... HTH Cheers Carim |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Kevin,
Thanks, I really appreciate your quick answer. Faruk Gashi Kevin B wrote: use the MAX function, changing the cell address range to correspond with the cells in your worksheet: =MAX(A1:A39) -- Kevin Backmann "frukyy" wrote: Hi all, If I enter on column numbers not in consecutive order, is there a way to find the highest (latest) value that I entered. Ex: check 5 4 1 18 8 17 19 20 9 2 7 16 25 21 10 13 6 22 24 12 15 23 14 11 27 26 3 The largest value entered is 27. But in a few days the list will be larger is there a formula that can do this. Thank you Faruk Gashi |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks to all of you,
I hope one day I can assist you guys with something :) Faruk Gashi CUNY frukyy wrote: Kevin, Thanks, I really appreciate your quick answer. Faruk Gashi Kevin B wrote: use the MAX function, changing the cell address range to correspond with the cells in your worksheet: =MAX(A1:A39) -- Kevin Backmann "frukyy" wrote: Hi all, If I enter on column numbers not in consecutive order, is there a way to find the highest (latest) value that I entered. Ex: check 5 4 1 18 8 17 19 20 9 2 7 16 25 21 10 13 6 22 24 12 15 23 14 11 27 26 3 The largest value entered is 27. But in a few days the list will be larger is there a formula that can do this. Thank you Faruk Gashi |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MAX([range])
-- Brevity is the soul of wit. "frukyy" wrote: Hi all, If I enter on column numbers not in consecutive order, is there a way to find the highest (latest) value that I entered. Ex: check 5 4 1 18 8 17 19 20 9 2 7 16 25 21 10 13 6 22 24 12 15 23 14 11 27 26 3 The largest value entered is 27. But in a few days the list will be larger is there a formula that can do this. Thank you Faruk Gashi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
need to find which numbers (3+) in a column sum to a value | Excel Discussion (Misc queries) |