Thread
:
If Function
View Single Post
#
1
meekone
Posts: n/a
If Function
If C2<1 then D2=c2*.032 If C2<10 then D2=C2*.02 If C2<=1000 then D2=C2*.01
How would I do this?
Reply With Quote