LibreOffice Calc min funcktion

Discuss the spreadsheet application
Post Reply
elena1
Posts: 1
Joined: Sat Sep 23, 2017 6:17 pm

LibreOffice Calc min funcktion

Post by elena1 »

So in Libreoffice calc I need to use min function, but it should show the cell above it not the number. I couldn't figure it out, can somebody help?
LibreOffice 5.4.1 on Windows 8
FJCC
Moderator
Posts: 9273
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: LibreOffice calc min funcktion

Post by FJCC »

If you want the cell address of the minimum value in the range A1:A10, you can use

Code: Select all

=ADDRESS(MATCH(MIN(A1:A10);A1:A10;0);1;1)
If the cell range you want to search does not start in row 1, you will have to add the appropriate offset to the result of the MATCH() function.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
Post Reply