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

--- Comment #3 from Edwin Sharp <[email protected]> ---
IF (AND(IF(FIND("#";A75)=1);IF(D75=B75));"add";'keep"  )
corrects to
IF (AND(IF(FIND("#";A75)=1);IF(D75=B75));"add";'keep"  ))
instead to
IF (AND(IF(FIND("#";A75)=1);IF(D75=B75));"add";"keep"  )

however
IF (AND(IF(FIND("#";A75)=1);IF(D75=B75));"add";"keep"  ))
corrects to
IF (AND(IF(FIND("#";A75)=1);IF(D75=B75));"add";"keep"  )

Rev. 1503704 Win 7

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

Reply via email to