ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   concatenate two cells, but with conditions (https://www.excelbanter.com/excel-programming/304890-concatenate-two-cells-but-conditions.html)

Programmer wanna be

concatenate two cells, but with conditions
 
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 !!

LarryP[_2_]

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 !!
.


Frank Kabel

concatenate two cells, but with conditions
 
Hi
try
=A1 & " " & TEXT(B1,"$ 0,0")

--
Regards
Frank Kabel
Frankfurt, Germany


Programmer wanna be wrote:
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 !!



All times are GMT +1. The time now is 08:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com