Thread
: [Solved]
Multiple IF
View Single Post
08-01-2016, 06:11 AM
gebobs
Windows 7 64bit
Office 2010 64bit
Expert
Join Date: Mar 2014
Location: Atlanta
Posts: 837
Is the third test 5000 (as in the first equation) or 50000 (as in the second). Anyhoo, this should work. Modify as needed.
Code:
=IF(K81<3000,K81*10%,IF(K81>=5000, K81*6%,K81*8%))
I only have Office 2010 so no IFS available.
gebobs
View Public Profile
Find all posts by gebobs