Default cell type, contains text or formulas that return text.
Example text formulas:
=concat(‘invoice nr: ’, A1) - concatenates text invoice nr: with content text cell A1
=left(‘left middle right’, 4) - returns 4 left characters from text - left
Default cell type, contains text or formulas that return text.
Example text formulas:
=concat(‘invoice nr: ’, A1) - concatenates text invoice nr: with content text cell A1
=left(‘left middle right’, 4) - returns 4 left characters from text - left
0 Comments