Comment 7 for bug 623267

Revision history for this message
Liz Young (liz) wrote :

This Function Wizard bug exists in the 1:3.2.1-6ubuntu1~10.04.1 0 build too, so I think there is a regression:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594120

Maybe it's too far an edge case, but I do use the FW a lot, so I am reverting to 1:3.2.0-7ubuntu4.1 0 for my daily work.

Steps to reproduce:
1. Open Calc and enter "Debian" in cell Sheet1.A1, and "Squeeze" in cell
Sheet2.A1
2. In cell Sheet1.C1, open the Function Wizard and select CONCATENATE and
choose
text1: A1 (on Sheet1)
text2: "-"
text3: A1 (on Sheet2)
The resulting formula looks like this: =CONCATENATE(A1:A1;"-";A1:A1)
expected to look like this: =CONCATENATE(A1;"-";Sheet2.A1)