Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kel
 
Posts: n/a
Default how do I create a formula to calculate sales tax using Yes & No


I have a spreadsheet set up and two of the columns will have yes or no in
them, I want to calculate the sales tax that was included in the po......see
below......

PO Amt. Taxable material Taxes Included in PO Sales Tax Due
$900.94 Yes Yes
$68.64 (how do I
get this # with a formula)

thanks for your help!!!
Kel :-)
  #2   Report Post  
CLR
 
Posts: n/a
Default

In your Sales Tax Due cell, I assume it's D2, put this formula..........copy
down if desired.......

=IF(C2="YES",A2*.076187

Or, you can put the Sales Tax Percentage in a cell like E2, and use
this.....

=IF(C2="YES",A2*E2

Vaya con Dios,
Chuck, CABGx3



"Kel" wrote in message
...

I have a spreadsheet set up and two of the columns will have yes or no in
them, I want to calculate the sales tax that was included in the

po......see
below......

PO Amt. Taxable material Taxes Included in PO Sales Tax Due
$900.94 Yes Yes
$68.64 (how do I
get this # with a formula)

thanks for your help!!!
Kel :-)



  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Kel

Not sure what you need here.

Do you want to compute the Tax Due if Taxes Included in PO is yes and nothing
if no?

Assuming Tax Due is column D

In D2 enter =IF(C2="yes",A2*taxrate,"")

If I have missed the mark, post back or wait for other interpretations.


Gord Dibben Excel MVP

On Wed, 13 Apr 2005 14:54:02 -0700, Kel wrote:


I have a spreadsheet set up and two of the columns will have yes or no in
them, I want to calculate the sales tax that was included in the po......see
below......

PO Amt. Taxable material Taxes Included in PO Sales Tax Due
$900.94 Yes Yes
$68.64 (how do I
get this # with a formula)

thanks for your help!!!
Kel :-)


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
create an excel formula with contitions cuvi Excel Worksheet Functions 1 April 7th 05 09:21 PM
How to create a formula for this function. How to create a forrmula Excel Worksheet Functions 1 April 6th 05 07:22 AM
How do I create a formula that will calculate monthly changes fro. tucson Excel Worksheet Functions 2 February 16th 05 03:51 PM
create a chart with a formula anon Charts and Charting in Excel 1 December 15th 04 09:55 PM
What is the formula to calculate Age when I have Date of Birth? Katiemcgi Excel Worksheet Functions 1 November 1st 04 08:15 PM


All times are GMT +1. The time now is 12:33 AM.

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

About Us

"It's about Microsoft Excel"