ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   sales invoice (https://www.excelbanter.com/excel-worksheet-functions/126731-sales-invoice.html)

Al

sales invoice
 
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



[email protected]

sales invoice
 
Al wrote:
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%, "")


Gord Dibben

sales invoice
 
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

On Fri, 19 Jan 2007 05:47:36 GMT, "Al" wrote:

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



Al

sales invoice
 
Gawd do I feel stupid!
Thanks for the quick and easy answer

"Al" wrote in message
...
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





All times are GMT +1. The time now is 08:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com