View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob Hick
 
Posts: n/a
Default Number Formatting Question

You could try using

=TEXT(A1,"0.0000")

as the formula. I'm not sure how this would come out in CSV though.