View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tvh
 
Posts: n/a
Default Currency format within an equation...

I'm using the following formula in a cell:
="@" & " " & 'Per Job Analysis'!E49 & "/Mile"

How can I change the 'Per Job Analysis'!49 into currency format?

Right now the cell returns: "@ 0.7/Mile"
I would like it to return: "@ $0.70/Mile"

Thanks!