Re: [libreoffice-users] How to get max date < today from list

2018-10-06 Thread Remy Gauthier
Hi, If you can sort your data, you can use the "MATCH()" function to look for that date. If column "A" contains the dates sorted in ascending order, this formula will return the latest date which is less than "TODAY" (if you remove the "-1", then it will be for less than or equal to "TODAY"):

[libreoffice-users] How to get max date < today from list

2018-10-04 Thread Rob
Environment: OS: Mac OS X Lion 10.7.5 (11G63) LO: Version: 4.3.7.2 /Before anyone is saying, please update first: I am forced to be in an older version of LO (I can't update MacOS any further on the hardware, so I can't update LO either). Hence I do not have MAXIF() or MAXIFS() available./