Help with commission form

  • Thread starter Thread starter Fleetwood
  • Start date Start date
F

Fleetwood

Here is my formula

=VLOOKUP(C30,Commtable,2,TRUE)*(D2)

What I want to change is if the amount is less then $100.00 for it to
default to $100.00.

Thanks
 
Thanks for your replys I am still only half way there. I will try to
explain what I am trying to do if you can help I appreciate it.



The column E3 should be the value of B3 X $100.00 or
=VLOOKUP(C30,Commtable,2,TRUE)*(D2) with ever is most and if there is no
value in E3 then it should be blank or zero. I have no computer training
and am trying to do this myself but it is a bigger project then I
though.

I will be glad to email worksheet if you would like me to
 
I thought your formula was to create the value in E3 using a formula. But then
you say "if there is no value in E3", so I'm confused. Did you mean "no value
in B3"?

If so, the formula for E3 is

=IF(B3=0,0,MAX(B3*100,VLOOKUP(C30,CommTable,2,True)*D2))
 
The column E3 should be the value of B3 X $100.00 or
=VLOOKUP(C30,Commtable,2,TRUE)*(D2) with ever is most and if there is no
value in B3 then it should be blank or zero. I have no computer training
and am trying to do this myself but it is a bigger project then I
though.

Sorry about confusion yes you are correct
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top