Microsoft
Software
Hardware
Network
Question : How to write an Excel if statement that would accomplish figuring the percentage of a dollar amount based on the scale below:
10% if between 0 and 20,000.00
7.5% if between 20,000.01 and 50,000.00
5% if 50,000.00 and above
Additionally the user wants to add 10% to the 10% of the amount between 0 and 20,000.00
Answer : How to write an Excel if statement that would accomplish figuring the percentage of a dollar amount based on the scale below:
So, the first 20,000 is at 11% + 20K to 50K at 7.5% and 50K+ at 5%
=(MIN(A1,20000)*0.11)+(M
IN(MAX(0,A
1-20000),3
0000)*0.07
5)+(MAX(0,
A1-50000)*
0.05)
Random Solutions
Left and right keys are reversed in excel text boxes
Passing a string to a function
Open database .mssql type
Unable to open <a rel="nofollow" href="http://" target="_blank">http://</a>.... Cannot download the information you requested
How do I restore a .cmp file to a Top Level Site?
iPhone 3G and SBS 2003/Exchange Activesync
Winscp - SSH, canoot get real path
Disabling Tintsetp.exe, ImScInst.exe, IMJPMIG.exe
BOOT.INI for Win98 on partition 2
Passing data between two Windows Apps - ActiveX or DDE?