Google sheets

From Krm
(Difference between revisions)
Jump to: navigation, search
(Created page with "=Ideas to concatenate contents from multiple fields.= You can concatenate contents from multiple fields by joining fields with '&' operator. A1 hello B1 world C1 =A1&B...")
 
(Ideas to concatenate contents from multiple fields.)
Line 6: Line 6:
  
 
C1 will show "helloworld"
 
C1 will show "helloworld"
 +
 +
=How to quote a quote=
 +
use four "s => '""""

Revision as of 11:55, 14 July 2015

Ideas to concatenate contents from multiple fields.

You can concatenate contents from multiple fields by joining fields with '&' operator.

A1 hello B1 world C1 =A1&B1

C1 will show "helloworld"

How to quote a quote

use four "s => '""""

Personal tools