Thread
: [Solved]
Using IF Function where logical test is for range of values
View Single Post
02-11-2017, 01:58 PM
guciolino
Mac OS X
Office for Mac 2011
Novice
Join Date: Feb 2017
Posts: 6
Quote:
Originally Posted by
xor
How about
:
=IF(A1<200000,"",IF((A1>=200000)*(A1<300000),0.02, 0.04)*(A1-200000))
Thank you,
This formula shows me Err:509
=IF(G21<200000,"",IF((G21>=200000)*(G21<300000),0. 02, 0.04)*(G21-200000))
guciolino
View Public Profile
Find all posts by guciolino