https://bugs.documentfoundation.org/show_bug.cgi?id=97450
--- Comment #4 from Bernard Marcelly <[email protected]> --- Incorrect : "IF($D$" & oRow2 & "=sub.$A$1 ,sub.$A$2:$A$12, " Correct : "IF($D$" & oRow2 & "=sub.$A$1 ;sub.$A$2:$A$12; " (etc...) arguments of the IF( ) are separated by semi-colons, not colons. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
