this works for apparent temperature in metric units (round(#WCT#+0.33*#WCHN#/100*6.105*exp(17.27*#WCT#/(237.7+#WCT#))-0.7*#WND#-4)) or (round(#WCT#+0.0201465*#WCHN#*exp(17.27*#WCT#/(237.7+#WCT#))-0.7*#WND#-4))
And this one seems to work for imperial units setting (round((((#WCT#-32)*5/9)+0.0201465*#WCHN#*exp(17.27*((#WCT#-32)*5/9)/(237.7+((#WCT#-32)*5/9)))-0.7*#WND#*1.6/3.6-4)*9/5)+32)
@petruuccios Thanks - it works perfectly!
My only problem is how you got to the above from the original formula - could you please give me the original formula so that I can try and see how you got from one to the other?
Thanks again.
Do not forget to add formulas for both unit systems and alternate them using #UNITSYS# tag, if you plan on publishing it, or there will be nonsensical results.