I work with a lot of people who use Celsius and this helps the small talk at the front of the meeting. Just give it a temperature number and it will show what that is in both Fahrenheit and Celsius.
This also used my @Round function. Here is that code (and thanks Vince for helping me out on it.)
Read more
This also used my @Round function. Here is that code (and thanks Vince for helping me out on it.)
Code:
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Round [NumberToRound,Percision]
:: Setting the number equal to another sets the precision past the...
Read more