#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default If calculations

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default If calculations

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default If calculations

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default If calculations

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
#N/A in calculations JonR Excel Worksheet Functions 6 September 10th 06 07:33 PM
how many calculations? Amie Excel Worksheet Functions 0 April 21st 06 08:04 PM
if calculations TeddyBearDJ Excel Worksheet Functions 2 March 19th 06 10:27 PM
! in Calculations Strata Excel Discussion (Misc queries) 4 December 14th 05 01:15 PM
Calculations Andrew Hodgson Excel Worksheet Functions 0 August 2nd 05 03:58 PM


All times are GMT +1. The time now is 11:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"