sales invoice

A

Al

I am using the sales invoice template and I am trying to customize of
course.
What I want to do is have the tax rate (5.5%) automatically put in if the
state that the order is coming from is WI.
Can't quite figure out how to do the formula/function

Any help would be appreciated,

Thanks, Al
 
J

joeu2004

Al said:
I am using the sales invoice template and I am trying to customize of
course.
What I want to do is have the tax rate (5.5%) automatically put in if the
state that the order is coming from is WI.
Can't quite figure out how to do the formula/function

Maybe something like this.... If A1 constains the state (WI), try:

=if(A1="WI", 5.5%, "")
 
G

Gord Dibben

Al

Assuming the Invoice.xlt is the one with Excel 2002 or 2003.....

=IF(F15="WI",0.055,"") entered in L38 or L39


Gord Dibben MS Excel MVP
 

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

Top