CONCATANATE

  • Thread starter Thread starter nlogan
  • Start date Start date
=concatEnate()

or
=a2&b2

And avoid typos!

And if you're combining dollars/dates, you may want something like:
=text(a2,"mm/dd/yyyy") & " " & text(b2,"$#,##0.00")
 
Back
Top