Math Gurus Inside

Dr. Gonzo

We're in Bat Country
Established Member
Premium Member
Joined
Apr 4, 2005
Messages
1,303
Location
Central CT
I'm trying to come up with an excel/algebra formula that will calculate the appraised value of property based on user input information. The user input information is the monthly property taxes and the property MIL rate.

The formula to calculate the monthly taxes based on the appraised value and MIL rate is:

F1=(0.7C1/1000)(B1)/12

F1 = Monthly Taxes
C1 = Appraised Value (known)
B1 = MIL Rate (known)

I cannot figure out or to "reverse engineer" this formula to solve for C1 as an unknown value and F1 as known value.
 

Voltwings

Well-Known Member
Established Member
Joined
Oct 1, 2013
Messages
2,739
Location
Houston
Just scribbling this out at work, if i understand your OP correct, it should be:


F1 = ((.7C1 / 1000)(B1))/12

12F1 = (.7C1/1000)(B1)

(12F1)/B1 = .7C1/1000

1000(12F1)/B1 = .7C1

1000(12F1)/.7B1 = C1
 

KingBlack

I'm more stupid than I post
Established Member
Joined
Nov 21, 2004
Messages
6,248
Location
myrtle beach
Excel has an add-on function called solve and it's able to do Matrix and maximization and minimization programming. That may help in any future algorithms that you may run into.
 

Users who are viewing this thread



Top