Answers for "libreoffice calc find maximum and row"

0

libreoffice calc find maximum and row

# credit to the user in the source link
# pay attention if your column has one or more non numeric value 
# at the beginning, say they are N: in that case, shift the match by N

MATCH(MAX(<column>);<column>;0)
Posted by: Guest on January-17-2022

Code answers related to "libreoffice calc find maximum and row"

Browse Popular Code Answers by Language