Thread: format
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default format

=TEXT(Sheet1!A4,"#,000")&" units"

"geebee" wrote:

hi,

i have a cell which currently has "=sheet1!A4" & "units". I would like to
know how i can format this to where the number value in the cell contains a
comma seperator. like if the value of A4 is 34,000, the result is "34,000
units" instead of "34000 units".


thanks in advance,
geebee