#I'm finding excel formula to find two variables vehicle price and tax.tax is 10% of(veh+serv+sale
5 messages · Page 1 of 1 (latest)
The second variable is not really independent of the first one. Meaning: the 10% tax scales on the "Vehicle price" variable. So, from your picture it seems the tax applices to Vehicle price + service center + commission.
So if x = vehicle price, then the vehicle price + tax is 1.1*(x + service center + commission). (because you add 10% so 0.1)
Then your formula is 1.1(x + service center + commission) + recycling fee = total price
I'm finding excel formula to find twovehicle price and tax.tax is 10% of(veh+serv+sale