Let's say you have a bunch of text cells that you want to concatenate into one cell.
For example, you may have labels for different categories stored in column B.
You want to merge a certain set of labels together, and separate them by a blank line.
Simple, use this formula:
=CONCATENATE(B3,char(10),char(13),B5,char(10),char(13),B7,char(10),char(13),B9)
The char(10),char(13) is the ASCII character codes for carriage return, so this is what creates the blank line.
If you want to reference cells on another sheet (e.g. Sheet1) you can do it like so:
=CONCATENATE(Sheet1!B3,char(10),char(13),Sheet1!B5,char(10),char(13),Sheet1!B7,char(10),char(13),Sheet1!B9)
Sorted!
How to concatenate text cells in a Google Docs Spreadsheet
Receive posts as soon as they are written:
Subscribe in a reader
Posted by randomtech at Friday, July 25, 2008
Labels: google, google docs, spreadsheet, spreadsheet formula
Labels
- google chrome (5)
- microsoft (5)
- google (4)
- google browser (4)
- windows (4)
- wordpress (3)
- .net (2)
- css (2)
- database (2)
- development (2)
- firefox (2)
- gmail (2)
- google docs (2)
- mysql (2)
- rss (2)
- seo tips (2)
- wget (2)
- windows vista (2)
- .net 3.5 (1)
- 404 (1)
- JungleDisk (1)
- access (1)
- addons (1)
- adp (1)
- adsense (1)
- adtoll (1)
- adwords (1)
- amazon (1)
- asp.net (1)
- back links (1)
- backlinks (1)
- bacula (1)
- blogging (1)
- box (1)
- browser exploits (1)
- category rss (1)
- cell phone (1)
- cell phone comparison (1)
- cheap cell phones (1)
- chrome (1)
- chrome.manifest (1)
- cloud (1)
- code (1)
- color chart (1)
- colour chart (1)
- conditional formatting (1)
- copy (1)
- corrupt (1)
- cross-reference (1)
- debian (1)
- delete file windows vista (1)
- directory size (1)
- div (1)
- dotnet (1)
- dreamhost coupon (1)
- dreamhost promo (1)
- dreamhost promo code (1)
- duplicate content (1)
- error (1)
- excel (1)
- exception (1)
- firefox 3 rc1 (1)
- firefox 3.1 (1)
- firewall (1)
- firewall script (1)
- fix (1)
- get all wordpress images (1)
- gmail 2.0 (1)
- gmail error (1)
- google chrome 2.0 (1)
- google chrome dev (1)
- google chrome exploit (1)
- google reader (1)
- google reader tags (1)
- gtdinbox (1)
- hex color (1)
- hex colour (1)
- htaccess (1)
- html (1)
- iis6 (1)
- installation (1)
- internet explorer (1)
- ipod touch (1)
- ipod touch 2g (1)
- ipod touch freeze (1)
- ipod touch magnet case (1)
- ipod touch magnet case problem (1)
- ipod touch problem (1)
- itunes (1)
- javascript (1)
- joomla (1)
- latex (1)
- leeching (1)
- link checker (1)
- linkbacks (1)
- linux (1)
- linux commands (1)
- making money online (1)
- mega cheap phones (1)
- microsoft excel (1)
- microsoft word (1)
- mozy (1)
- ms word (1)
- msdtc (1)
- mssql (1)
- network issue (1)
- network path not found (1)
- network path was not found (1)
- network problem (1)
- networking (1)
- new movies (1)
- nintendo (1)
- nocheckbrowser (1)
- number (1)
- odf (1)
- odt (1)
- online backups (1)
- open source browser (1)
- openoffice (1)
- photoshop (1)
- phpmyadmin (1)
- podcast (1)
- pr checker (1)
- productivity (1)
- recover (1)
- repair (1)
- reset joomla admin password (1)
- rewrite (1)
- seo tools (1)
- sequence (1)
- shell (1)
- spreadsheet (1)
- spreadsheet formula (1)
- sql (1)
- sql server (1)
- sqlclient (1)
- ssis (1)
- ssl (1)
- sun (1)
- trust (1)
- videos (1)
- web dev (1)
- web security (1)
- webdev (1)
- webmail (1)
- webmaster tips (1)
- wii (1)
- windows live toolbar (1)
- windows xp (1)
- winxp (1)
- word tips (1)
- wordpress 2.7 (1)
- wordpress plugin (1)
- wp super cache (1)

0 comments:
Post a Comment