Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to calculate sales tax from two states with different sales taxes. I
want to designate one cell with a T or N and then have my invoice calculate the sales tax pertaning to that state depending on what that cell has in it. How do I build this formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like:
=IF(A1="T",6.5%,IF(A1="N",5%,0)) where A1 contains T or N (and I've guessed the tax rates). Hope this helps. Pete "ClassyCleaning" wrote in message ... I need to calculate sales tax from two states with different sales taxes. I want to designate one cell with a T or N and then have my invoice calculate the sales tax pertaning to that state depending on what that cell has in it. How do I build this formula? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That worked. Thanks.
"Pete_UK" wrote: Something like: =IF(A1="T",6.5%,IF(A1="N",5%,0)) where A1 contains T or N (and I've guessed the tax rates). Hope this helps. Pete "ClassyCleaning" wrote in message ... I need to calculate sales tax from two states with different sales taxes. I want to designate one cell with a T or N and then have my invoice calculate the sales tax pertaning to that state depending on what that cell has in it. How do I build this formula? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome.
Did I guess right? Pete On Jul 10, 10:15*pm, ClassyCleaning wrote: That worked. Thanks. "Pete_UK" wrote: Something like: =IF(A1="T",6.5%,IF(A1="N",5%,0)) where A1 contains T or N (and I've guessed the tax rates). Hope this helps. Pete "ClassyCleaning" wrote in message ... I need to calculate sales tax from two states with different sales taxes. I want to designate one cell with a T or N and then have my invoice calculate the sales tax pertaning to that state depending on what that cell has in it. How do I build this formula?- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
#N/A in calculations | Excel Worksheet Functions | |||
how many calculations? | Excel Worksheet Functions | |||
if calculations | Excel Worksheet Functions | |||
! in Calculations | Excel Discussion (Misc queries) | |||
Calculations | Excel Worksheet Functions |