Simple formula overthinking

Inquiring_Minds

New Member
Joined
Jan 5, 2023
Messages
10
Office Version
  1. 2016
Platform
  1. Windows
I'm working on a checklist for my company. I'm sure I'm overthinking some of this.

I'm trying to find a formula that I can use to determine points/fees out of 100 automatically on the worksheet.
I need this to be for positive and negative numbers
I want to use information keyed in by different cells to auto populate the answer.
D8 (points bought) manually keyed in
B9 (loan amount) manually keyed in
D9 is the total points (D8-100) this should auto populate after keying the points in
D10 is the total costs of the points (D9*B9) this should auto populate after keying the loan amount in
They both should automatically be negative or positive depending on the total points bought, in their own cells

I can make this work (with a simple formula) but it will only return positive (or as a credit), I need mine to be able to do both.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
what is your expected result in D10 if points are positive on a $100,000 loan? What if points are negative on a $100,000 loan?
 
Upvote 0
I'm sorry, i thought it could be the same as a normal math problem, in my mind it is.
no problem
but i did ask a question in previous post
Post 7
 
Upvote 0
no problem
but i did ask a question in previous post
Post 7
@etaf my question involves that same thing. A point is a value used in financial processes. They are a percentage of some sort. I think he was implying the 100 value was 100 points as well but, I am unsure, so we will have to wait until he provides us with the example I requested.
 
Upvote 0
I'm thinking the challenge here is the verbiage "points/fees out of 100" and your formula "D8-100" The formula likely should be D8/100 to give you percentage. Therefore the sheet would look something like this... and if your points are negative, the cost of points is negative.

Book1.xlsm
ABCD
8Points Bought-3
9Loan Amount$ 100,000.00-0.03
10Total cost of points(3,000.00)
Sheet12
Cell Formulas
RangeFormula
D9D9=+D8/100
D10D10=+D9*B9
 
Upvote 0

Forum statistics

Threads
1,214,869
Messages
6,122,012
Members
449,060
Latest member
LinusJE

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top