View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Putting NAMEs or REFERENCES into Custom Number Formats

Are you talking about format numbers in formatcellnumbers or are you
talking about something like

="This is worth "&TEXT(A1,"$#,##0.00")

I assume the latter


=A2&" "&TEXT(A1,"$#,##0.00")


text in A2 and number in A1

You cannot use formatting with cell links if it was the former
--
Regards,

Peo Sjoblom

Northwest Excel Solutions

Portland, Oregon




"kkf718" wrote in message
...
I know how to format numbers so that text appears in front of the number,
but
I want that text to come from another location, like a NAME or another
cell.
It would be impractical to type the text into each cell or to copy formats
around every time you want to change the text in front of the number.
Knowing how to do this for both NAMEs and References would be nice, but I
will take either at this point.