M
mmr
Can you create an if statement for me?
If a4=<75,001 fee=2.00
if a4=>75,001 but <125001 fee=1.75
if a4=>125001 but<250001 fee=1.50
if a4=>250001 but<1000001 fee=1.25
if a4=1000001 fee=1.00
If a4=<75,001 fee=2.00
if a4=>75,001 but <125001 fee=1.75
if a4=>125001 but<250001 fee=1.50
if a4=>250001 but<1000001 fee=1.25
if a4=1000001 fee=1.00