T
The Wolf
b1:75%
b2: $100.00
B3: $133.33
The formula suggested below seems to give errors when a percentage over 50%
is entered.
Known b1 percentage of monthly pay budgeted for rent
Known b2 rent
Unknown b3 what the tenant's monthly income would need to be to afford the
rent.
I certainly did misunderstand (I must have been thinking income to the
landlord).
In that case, just turn it around:
B3: =ROUND(B2/B1,2)
b2: $100.00
B3: $133.33
The formula suggested below seems to give errors when a percentage over 50%
is entered.
Known b1 percentage of monthly pay budgeted for rent
Known b2 rent
Unknown b3 what the tenant's monthly income would need to be to afford the
rent.
Not quite. The unknown should be approximately $2,700 if we change B1 to
33%.
If the rent was $900 and a guideline is they should budget 30%. Then what
would their monthly salary have to be to qualify. The monthly salary is the
unknown. The rent and percentage of budget is known.
I certainly did misunderstand (I must have been thinking income to the
landlord).
In that case, just turn it around:
B3: =ROUND(B2/B1,2)