View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Help with CONCATENATE!

Maybe this...........

="The total number of people to enter was
"&INT(A1/1000)&","&A1-INT(A1/1000)*1000

Vaya con Dios,
Chuck, CABGx3


"Nic" wrote in message
...
I use the Concatenate function to write some notes to a report I print in
excel. One of the notes reads " The total number of people to enter was
1234". Where the number 1234 is referenced from another cell.

How can I get the note to display the number with a comma separating the
thousands i.e. as 1,234. The referenced cell is formatted this way.

Thanks in advance to anyone who knows this!