Hi,
Can someone help me with this formula, please:
A customer gets a rebate once he reached a specific amount of sales:
over $200000 (and until 299999) 2%, when the customer reached $300000 then he gets a rebate of 4% back of everything over $200000.
I tried ( but I am a newbie ) :
=IF(G21>=200000,G21*0.02,IF(G21>=300000,G21*0.04))
Thanks in advance