is there a way to calculate tax based on a tax
table? for example my gross salary is $1000,
and i have a table with 3 columns, salaryfrom,
salaryto, and rate of tax, if the gross salary
falls within the salaryfrom and salaryto range,
it will then apply the rate corresponding to
it.
thanks,
Jon