GWguy
*
With the heat and real feel numbers up there the next few days, I was wondering how to calculate the Real Feel.
Piece o' cake. This is the Excel-ready equation, where A1 is the temperature and A2 is the relative humidity, measured at a height of 5 feet (average height of a face).
Piece o' cake. This is the Excel-ready equation, where A1 is the temperature and A2 is the relative humidity, measured at a height of 5 feet (average height of a face).
Code:
=ROUND(16.923+((1.85212*(10^-1))*A2)+(5.37941*B2)-((1.00254*(10^-1))*A2*B2)+
(9.41695*(10^-3)*(A2^2))+(7.28898*(10^-3)*(B2^2))+(3.45372*(10^-4)*(A2^2)*B2)-
(8.14971*(10^-4)*A2*(B2^2))+(1.02102*(10^-5)*(A2^2)*(B2^2))-(3.8646*(10^-5)*(A2^3))+
(2.91583*(10^-5)*(B2^3))+(1.42721*(10^-6)*(A2^3)*B2)+(1.97483*(10^-7)*A2*(B2^3))-
(2.18429*(10^-8)*(A2^3)*(B2^2))+(8.43296*(10^-10)*(A2^2)*(B2^3))-(4.81975*(10^-11)*(A2^3)*(B2^3)),0)