View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Merging cells must be text format

Hi
try
=A1 & " " & TEXT(A2,"$ 0,0")

--
Regards
Frank Kabel
Frankfurt, Germany


Programmer wanna be wrote:
I have two cells I need to merge: The first:

CELL A1: CREDIT LIMIT
CELL A2: 10000000

The end result needs to look like this:

CREDIT LIMIT $ 10,000,000

Please help.