bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 831
- Office Version
- 365
- Platform
- Windows
I have a simple spreadsheet that I use to keep up with sales. I have C4 that has price sold for and D4 that shows the 9% sales tax. I have a total at the end that simply adds them together and shows the total. I have recently added 2 columns for Credit Card charges 1 that figures 3% of the total sale and one that has payment method which has a dropdown that says Credit Card, Debit Card and Cash. I need the formula to look into F4 and if it says Credit Card add the amount in E4 to the total. If it says Debit or Cash do nothing else. Make Since?
This is an Example.
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>
[TD="align: right"]350.00[/TD]
[TD="align: right"]325.00[/TD]
[TD="align: right"]29.25[/TD]
[TD="align: right"]45.00[/TD]
[TD="bgcolor: #ff9900, align: right"]354.25[/TD]
</tbody>
This is an Example.
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
Price Marked | Sold For | Tax 9% | CC 3% | Way of Pay | Total |
Credit Card |
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>
[TD="align: right"]350.00[/TD]
[TD="align: right"]325.00[/TD]
[TD="align: right"]29.25[/TD]
[TD="align: right"]45.00[/TD]
[TD="bgcolor: #ff9900, align: right"]354.25[/TD]
</tbody>