Hi fellows,
I am working on a simple salaries spreadsheet: first column contain year, second one contains month and third the numeric currency value, of salary;
e.g.
2023 January 1.333,33€
2023 February 1.444,44€
2023 March 1.555,55€
What I want? I’d like to highlight the highest and lowest payment OF THE YEAR
(spreadsheet contains salaries from 2019)
so, I used Conditional Formatting > Cell Value > is in top/bottom N elements, applying a different style;
here the issue comes: if I enter cells range of every single year, separated by semi-colon, it does not work
because LO intends the highest/lowest value of the ENTIRE range
NOT the highest/lowest value of SINGLES ranges (by year in a word)
e.g. with cell range: C1:C12;C13:C24
LO highlights the highest/lowest values of two years!
How can I fix it?
example spreadsheet:
test.ods (15.5 KB)