case when "%testcode%" = "<30" then "Negative"
when ISNUMERIC("%testcode%") = 1 then
	case when CONVERT(float,"%testcode%") between 30.0 and 300.0 then "Trace" else "N/A" end
when "%testcode%" = ">3000" then "Positive"
else "N/A"
end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: