0

I have a spreadsheet with yearly temperatures and other weather data for a specific area and I am trying to figure out how to create a macro assigned to a button that changes all the temperatures from Fahrenheit to Celsius and vice versa.

pnuts
  • 58,317
  • 11
  • 87
  • 139
jsmitty82
  • 13
  • 1

1 Answers1

0

If your really want a button then I suggest changing tags but this is possible without, though in two steps. Insert 1.8 and 32 in two separate cells. If to convert Celsius to Fahrenheit copy 1.8 and Paste Special over the relevant cells with Operation Multiply, then copy 32 and repeat with Operation Add. For Fahrenheit to Celsius subtract and divide instead.

pnuts
  • 58,317
  • 11
  • 87
  • 139