you can have the two columns F and C and then you convert the F -> C w/
= (5/9)*(A1-32) (for each row, autofill)
then you could hide the prvious columns or blow it out but copy/paste value only.
you could write code to convert:
sub convertDegrees()
for x= 1 to numCells
cells(2,x) = (5/9)*(cells(1, x) -32)
next x
end sub Tranpkp
************************************
- Let me know if this helped/worked!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.