Thread
: [Solved]
Using IF Function where logical test is for range of values
View Single Post
02-11-2017, 12:12 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,100
How about
:
=IF(A1<200000,"",IF((A1>=200000)*(A1<300000),0.02, 0.04)*(A1-200000))
xor
View Public Profile
Find all posts by xor