https://issues.apache.org/ooo/show_bug.cgi?id=122927

--- Comment #6 from Edwin Sharp <[email protected]> ---
=IF(C3=" ";0;IF(C3="Y";195;IF(C3="N";125)))

C3 blank, so:

=IF(C3=" ";0;IF(C3="Y";195;FALSE))
=IF(C3=" ";0;FALSE)
=0

Excel is wrong.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to