If I understand your inquiry the formula would
be =3.77*TRUNC(A1/1000) where cell A1 contains
26,850. Is 98.02 the desired result?
ok.. before I can put in that part of the formula I have another part added. This part is a must...
=if(right(a3)+0=1
This is saying if this person is salary than I need to do the workers comp..
So when I put what you gave me after this.. like
=if(right(a3) +0=1, 3.77 *TRUNC (N3/1000)
This doesn't work...I get an error.. #name
=if(right(a3)+0=1 This is saying if this person is salary than I need to do the workers comp.. So when I put what you gave me after this.. like
Add an bracket to your formula. It should read
=if(right(a3)+0=1, 3.77*TRUNC (N3/1000))
BarrieBarrie Davidson