Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-20-2023, 07:21 PM
Kwmck328 Kwmck328 is offline would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Mac OS X would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Office for Mac 2011
Novice
would like to know how the IF , and function  would be created for a simple 2 column tax calculatio
 
Join Date: Feb 2015
Posts: 23
Kwmck328 is on a distinguished road
Question would like to know how the IF , and function would be created for a simple 2 column tax calculatio

If D8 and/or E8 have $amount(s)>0 and tax is *9.975/100; total amount H8 = ?


D8 -$5.00
E8 - $20.00
H8 = Tax @ 9.975


=IF(D8:E8)*9.975/100 ???
Reply With Quote
  #2  
Old 03-21-2023, 12:28 AM
ArviLaanemets ArviLaanemets is offline would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Windows 8 would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Office 2016
Expert
 
Join Date: May 2017
Posts: 949
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

=sum(D8,E8)*(9.975/100)
In case you don't want zeroes displayed
=IF(sum(D8,E8)>0, sum(D8,E8)*(9.975/100),"")
Reply With Quote
  #3  
Old 03-21-2023, 06:18 AM
Kwmck328 Kwmck328 is offline would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Mac OS X would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Office for Mac 2011
Novice
would like to know how the IF , and function  would be created for a simple 2 column tax calculatio
 
Join Date: Feb 2015
Posts: 23
Kwmck328 is on a distinguished road
Default

Thank you.... I used the IF statement,,,
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
best smart art or other function for simple graph redalert787 PowerPoint 0 09-17-2019 05:24 AM
Perform function when t-character is entered in Column-A SerenityNetworks Excel Programming 3 12-22-2017 09:24 AM
would like to know how the IF , and function  would be created for a simple 2 column tax calculatio Restrict Editing function disable insert textbox function IanM_01 Word 5 11-21-2015 02:29 AM
Formula/function to return column names for matching values GiJoe81 Excel 1 06-27-2015 12:13 AM
a function that deletes all rows with no value in a certain column? dunndealpr Excel 2 06-08-2013 06:50 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft