Skip to main content

String manipulation

  • June 15, 2015
  • 3 replies
  • 41 views

Forum|alt.badge.img+6

I asked about how to reference “cells” (or columns) in CONCATENATE() but later found that it gives you a choice to select columns within the function window. Sorry and thanks!

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+8
  • Participating Frequently
  • June 17, 2015

Hey Ken, no worries! Glad you were able to figure out. Let us know if there’s a way that we could have made that more intuitive for you.


Forum|alt.badge.img+2
  • Participating Frequently
  • October 11, 2015

Is it possible to add a carriage return within the CONCATENATE() function.

Name(carriage return)&Address(cr)&City&" “&State&” "&Zip


Forum|alt.badge.img+4

Is it possible to add a carriage return within the CONCATENATE() function.

Name(carriage return)&Address(cr)&City&" “&State&” "&Zip


Yes, you use “\n”, see here: Carriage Returns in CONCATENATE