Open GoogleCodeExporter opened 9 years ago
I'm not following. Can't this be done already?
Edit Column > Add Column based on this Column
Use the GEL expression:
cells["col1"].value + "," + cells["col2"].value
Or do you want an entirely UI way of doing this?
The workflow would have to be something similar to the following:
Edit Column > Add Column by joining Columns
Dialog box with multiple dropdown lists of columns to join together, and a
textbox
for the separator.
I'm not convinced it would any quicker or easier.
Original comment by iainsproat
on 1 Jun 2010 at 1:19
Depends entirely on who the user audience is intended with Gridworks, I guess.
But
even Excel 2007 appealing to the masses has a little UI helper now to frame up
this
statement: =CONCATENATE(B:B," ",C:C) Look at FORMULAS / TEXT / CONCATENTATE.
Original comment by thadguidry
on 1 Jun 2010 at 3:32
Original comment by iainsproat
on 14 Oct 2010 at 5:00
"I'm not following. Can't this be done already?
Edit Column > Add Column based on this Column
Use the GEL expression:
cells["col1"].value + "," + cells["col2"].value
Or do you want an entirely UI way of doing this?"
In my case at least, this is only a partial solution. This approach succeeds
where the columns in question have assigned values. Where some are null,
however, the concatenation fails.
Original comment by sogr...@gmail.com
on 19 Nov 2010 at 4:26
This can be done as described only if there are no nulls in the data at hand;
things become considerably uglier if there are.
Original comment by russell....@gmail.com
on 30 Jun 2011 at 12:43
Original issue reported on code.google.com by
thadguidry
on 29 May 2010 at 8:34