Forum Discussion
FUNCTION ASSISTANCE NEEDED
Hello,
I'm having trouble figuring out a function solution for my excel files.
I need the following: IF a percentage is greater than 75 in a column (percentage is calculated by dividing the numbers in one column with another), then increase the numbers in the column I'm dividing into the numbers in the other column so that the percentage IS at 75%.
Any assistance would be GREATLY appreciated. If clarification is required, I'm happy to provide.
Thank you!
DSTOMPS The workbooks attached by mathetes and by me show where to insert a new column and which formulas to enter.
For my example:
- Insert an empty column in column G.
- Enter the text Adjusted property value in G1.
- Enter the text Adjusted Loan-to-value ratio in L1 (column L is now the first unused column).
- Enter the formula =MIN(K2,75%) in L2, then fill down to the last used row, for example by double-clicking the fill handle in the lower right corner of L2.
- Enter the formula =(D2+E2)/L2 in G2, then fill down to the last used row.
- For rows in which the Loan-to-value ratio was already less than or equal to 75%, the Adjusted property value will be the same as the original property value; it will only be different for rows with a Loan-to-value ratio above 75%.
Could you create a small sample workbook (without sensitive data) that illustrates the problem and gives an indication of the desired result? Either attach it to a reply, or if that is not possible, upload it to for example OneDrive, share it and post a link to the uploaded file in a reply.
- DSTOMPSCopper Contributor
HansVogelaar Sure, here it is- https://1drv.ms/x/s!Ap-kuUhty-KUgb8EriIBWgIqRw10vw?e=uHHefl
- mathetesSilver Contributor
I'll be interested in how HansVogelaar solves this (In Excel, there are always multiple ways to get from A to B).
I think you need to make use of what we call "helper columns," partly for clarity on what you're changing and why, partly to preserve the record of the original numbers.
So I've attached a solution that does that. One helper column with an adjusted figure for the property value, another showing the newly revised percentages (leaving the unadjusted as they were).