But in your example, all values fall into the less than -1% or greater than 1% range. Select the entire column H, add conditional formatting formula of ...

=($A1<>"")*(ISNUMBER($H1))*(($H1<-0.01)+($H1>0.01))
Edit: Is it 0.1%, or 0.1?