[Solved] Find highest number in a column
-
mikelongbeach
- Posts: 22
- Joined: Mon Jan 18, 2010 11:52 pm
[Solved] Find highest number in a column
Is there a function I can use that would return the highest number in a column?
Last edited by Hagar Delest on Mon Sep 04, 2017 10:37 pm, edited 1 time in total.
Reason: tagged [Solved].
Reason: tagged [Solved].
OpenOffice 4.1.6 on Windows 7
Re: Find highest number in a column
The MAX function.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
- JohnSUN-Pensioner
- Volunteer
- Posts: 876
- Joined: Fri Jan 14, 2011 1:21 pm
- Location: Kyiv, Ukraine
Re: Find highest number in a column
What about MAX()? I mean something like
Code: Select all
=MAX(C1:C65535)I may not have a lot to give but what I got I'll give to you...
Apache OpenOffice 4.1.5, LibreOffice 6.4.4.2 (x64) on Windows 7
If you think that I did not answer your question, make allowances for my imperfect English
Apache OpenOffice 4.1.5, LibreOffice 6.4.4.2 (x64) on Windows 7
If you think that I did not answer your question, make allowances for my imperfect English
-
mikelongbeach
- Posts: 22
- Joined: Mon Jan 18, 2010 11:52 pm
Re: Find highest number in a column
That's just what I needed, thanks.
OpenOffice 4.1.6 on Windows 7