Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 !! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 !! . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 !! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate Cells | Excel Worksheet Functions | |||
Concatenate with differents conditions | Excel Worksheet Functions | |||
mulitple concatenate conditions | New Users to Excel | |||
shade cells based on conditions - i have more than 3 conditions | Excel Worksheet Functions | |||
Averaging Cells Based On Conditions in Neighboring Cells | Excel Discussion (Misc queries) |