View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boyertown Casket[_2_] Boyertown Casket[_2_] is offline
external usenet poster
 
Posts: 18
Default FORMULA FOR CELSIUS TO FAHRENHEIT


Or you could just use the simple formula:

= A1 * 9/5 + 32


This worked. Thanks.