Hello everyone, :wave:
I’m having some odd behaviour I can’t figure out.
I have a formula rolling up invoices linked to a case.
IF(Statut = "Clos et facturé",MAX(values),"Dossier ouvert")
It does not work.
The cell shows up empty when it should show the last invoice date.
But if I try:
MAX(values)
It works.
And if I try:
IF(Statut = "Clos et facturé","test","Dossier ouvert")
It works too.
I’m puzzled as to why my first formula does not work.
Thank you for your help,
Joachim