AusSteelMan
Board Regular
- Joined
- Sep 4, 2009
- Messages
- 208
Hi everyone.
I have used Chip's StringConcat code (http://www.cpearson.com/Excel/stringconcatenation.aspx).
When I first entered the function code as a formula on the worksheet, the result was instant and correct.
However, if I change the contents of one of the cells in the stringconcat range, the result does not change.
I need to edit (eg F2 then enter) either the cell with the text or the cell with the formula for the result to update.
If I highlight the column where the formula is used and Find / Replace to change "=" for "=", they all update at once (tip I learn't here)
Has anyone experienced this or have any ideas why it may happen?
Notes:
I am using Excel 2000 (work)
I have 6 cols of info (I to N),
These 6 columns contain formulae that basically copies plain text from the same row in Cols A to F. (Since not all the left hand side cells are full, the formula copies down the value above if the cell isblank, or copies the cell value if there istext)
Formula is in Cell G2 and reads
Code is stored in the Module1
I have 1 header row (Row 1)
I have 16 rows of text (Rows 2 to 17)
Not all rows have text in all 6 columns, but the are no blank cells betweeen data working left to right
I need our IT Admin to install Excel Genie!!
I am going to try it on Excel 2003 at home this evening and will install the program there so I can improve my posts.
Thanks
Darren
I have used Chip's StringConcat code (http://www.cpearson.com/Excel/stringconcatenation.aspx).
When I first entered the function code as a formula on the worksheet, the result was instant and correct.
However, if I change the contents of one of the cells in the stringconcat range, the result does not change.
I need to edit (eg F2 then enter) either the cell with the text or the cell with the formula for the result to update.
If I highlight the column where the formula is used and Find / Replace to change "=" for "=", they all update at once (tip I learn't here)
Has anyone experienced this or have any ideas why it may happen?
Notes:
I am using Excel 2000 (work)
I have 6 cols of info (I to N),
These 6 columns contain formulae that basically copies plain text from the same row in Cols A to F. (Since not all the left hand side cells are full, the formula copies down the value above if the cell isblank, or copies the cell value if there istext)
Formula is in Cell G2 and reads
Code:
=stringconcat("; ",TRUE,I2:N2)
I have 1 header row (Row 1)
I have 16 rows of text (Rows 2 to 17)
Not all rows have text in all 6 columns, but the are no blank cells betweeen data working left to right
I need our IT Admin to install Excel Genie!!
I am going to try it on Excel 2003 at home this evening and will install the program there so I can improve my posts.
Thanks
Darren