How to add a range of cells in excel - concat()
By Chandoo at 28 May, 2008, 2:42 pm | 20 Comments
Excel concatenate() is seriously crippled, it can add 2 or more strings together, as long as they are supplied as separate parameters. This means, when you have a range of cells with text which you want to add up to create a large text, you need to write an ugly looking biggish concatenate() or use [...]
Read More >>