View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
LarryP[_2_] LarryP[_2_] is offline
external usenet poster
 
Posts: 17
Default concatenate two cells, but with conditions

CellA & " $" & CellB. Using the & operator automatically
produces a string (text) result
-----Original Message-----
I need to concatenate two cells, the cells have to be

formatted to text.

Column A is CREDIT LIMIT
Column B is 10000

The end result should look like this: CREDIT LIMIT $

10,000

Remember, the cell has to be in text format.

Please, someone help, my head hurts !!
.