https://bugs.documentfoundation.org/show_bug.cgi?id=97450

--- Comment #4 from Bernard Marcelly <bem...@club-internet.fr> ---
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
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to