I want to make use of a if statement to incorporate the following rate...
if Consumption > 6001 then Tariff = kwh *.33
if Consumption > 4001 and < 6000 the Tariff = kwh*.28
if Consumption > 2001 and < 4000 the Tariff = kwh*.24
if Consumption > 2000 the Tariff = kwh*.28
Could you please help me write the statement.
Bookmarks