View Single Post
 
Old 02-11-2017, 01:58 PM
guciolino guciolino is offline Mac OS X Office for Mac 2011
Novice
 
Join Date: Feb 2017
Posts: 6
guciolino is on a distinguished road
Default

Quote:
Originally Posted by xor View Post
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))
Reply With Quote