View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 620
Default Combining Text and formula

='Write Time Capacity'!$D$20&" % hours"
--
David Biddulph

"Mitchell" wrote in message
...
I am trying to combine and formula with text. I have a link to another cell
which will produce a number and I want to follow it with some descriptive
text.

='Write Time Capacity'!$D$20 % hours

The % hours should be text while the formula will return a number.

Thanks.