Trying to get this to work

Highworld

New Member
Joined
Jan 31, 2023
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hello In no shape of form am I am expert within Excel but trying to get this to work.

But i am trying to get it so that when clicking on D16 (should be showing an Options Button) it pulls data from H19 and puts that information in C8. For some reason I am unable to get this to function correctly.

Income Calculation Worksheet Master w updated 2023 v1.xlsm
BCDEFGH
4Owner Occupied PITI1,000.00Loan SizeO/O & 2nd HomeNOO
5Second Home Outstanding Lien Balance(s)
6Second Home PITI<$726,20026
7Bridge Loan P&I>$726,201 to $1,000,0006N/A
8Reserve Requirement for O/O (months)0>$1,000,00012N/A
9Reserve Requirement for 2nd Home (months)2
10Reserve Requirement for O/O, 2nd Home, & Bridge($)$0FALSE
11
12Subject NOO Outstanding Lien Balance$0.00TRUE
13Subject NOO Total PITI$0.00
14Non-Subject NOO Outstanding Lien Balance(s)$0.00FALSE
15Non-Subject NOO Total PITI$0.00
16Number of financed 1-4 unit residential propertiesFALSE
17Reserve Requirement for Subject NOO ($)$0
18Reserve Requirement for Non-Subject NOO ($)$0Property TypeMax LTVMax Loan AMTReserve
19Total Assets Required by DU
20Additional Required Reserves
Reserves & DTI
Cell Formulas
RangeFormula
C8C8=IF($K$1<>1,0,IF(AND($E$14=TRUE,$K$1=1,$C$3>726201,$C$3<=1000000),$F$7,IF(AND($E$14=TRUE,$K$1=1,$C$3>1000000),$F$8,IF($C$16<=4,VLOOKUP(1,ReserveReq,3),IF($C$16>=5,VLOOKUP(1,ReserveReq,4),0)))))
C9C9=IF($K$1<>2,0,IF(AND($E$14=TRUE,$K$1=2,$C$5>650000,$C$5<=1000000),$F$7,IF(AND($E$14=TRUE,$K$1=2,$C$5>1000000),$F$8,IF($C$16<=4,VLOOKUP(2,ReserveReq,3),IF($C$16>=5,VLOOKUP(2,ReserveReq,4),0)))))
C10C10=(C4*C8)+(C6*C9)+(C7*6)
C13C13=IF('Net Rent'!$B$2=TRUE,'Net Rent'!B19,0)
C15C15=IF('Net Rent'!B2=TRUE,SUM('Net Rent'!F19:G19,'Net Rent'!F38:G38,'Net Rent'!B38:C38,'Net Rent'!B57:C57,'Net Rent'!F57:G57,'Net Rent'!F76:G76,'Net Rent'!B76:C76,'Net Rent 2'!B19:C19,'Net Rent 2'!F19:G19,'Net Rent 2'!F38:G38,'Net Rent 2'!B38:C38,'Net Rent 2'!B57:C57,'Net Rent 2'!F57:G57,'Net Rent 2'!F76:G76,'Net Rent 2'!B76:C76,'Net Rent 3'!B19:C19,'Net Rent 3'!F19:G19,'Net Rent 3'!F38:G38,'Net Rent 3'!B38:C38,'Net Rent 3'!B57:C57,'Net Rent 3'!F57:G57,'Net Rent 3'!F76:G76,'Net Rent 3'!B76:C76,),SUM('Net Rent'!B19:C19,'Net Rent'!F19:G19,'Net Rent'!F38:G38,'Net Rent'!B38:C38,'Net Rent'!B57:C57,'Net Rent'!F57:G57,'Net Rent'!F76:G76,'Net Rent'!B76:C76,'Net Rent 2'!B19:C19,'Net Rent 2'!F19:G19,'Net Rent 2'!F38:G38,'Net Rent 2'!B38:C38,'Net Rent 2'!B57:C57,'Net Rent 2'!F57:G57,'Net Rent 2'!F76:G76,'Net Rent 2'!B76:C76,'Net Rent 3'!B19:C19,'Net Rent 3'!F19:G19,'Net Rent 3'!F38:G38,'Net Rent 3'!B38:C38,'Net Rent 3'!B57:C57,'Net Rent 3'!F57:G57,'Net Rent 3'!F76:G76,'Net Rent 3'!B76:C76,))
C17C17=(($C$13)*(VLOOKUP(3,ReserveReq,3)))
C18C18=IF(D5=TRUE,0)*($C$15*IF($C$16<=4,VLOOKUP(1,ReserveReq,3),IF($C$16>=5,(VLOOKUP(5,ReserveReq,4)))))
Named Ranges
NameRefers ToCells
ReserveReq='Reserves & DTI'!$K$3:$N$7C8:C9, C17:C18
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E18:H19Expression=$E$16="false"textNO
E17:H20Expression=E16="False"textNO
B19:C19Expression=IF($E$10=FALSE,TRUE,FALSE)textNO
Cells with Data Validation
CellAllowCriteria
E19List=$L$26:$N$26
F19List=$T$11#
G19List=$U$11#
H19List=$V$11#
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
The formula in D16 is not showing. Can you post that please? Or is it a VBA code that runs when you use that cell?, If so, can you post that (use the vba code wrapper in the text tools to make it more readable, please.)
 
Upvote 0
The formula in D16 is not showing. Can you post that please? Or is it a VBA code that runs when you use that cell?, If so, can you post that (use the vba code wrapper in the text tools to make it more readable, please.)
There is no Formula in d16 yet. That is the issue I am having. I put an options button there and trying to get it so when that is clicked. It will pull data from H19 and place it into c8. But overriding the data that is already showing in C8 if there is any.
 
Upvote 0
There is no Formula in d16 yet. That is the issue I am having. I put an options button there and trying to get it so when that is clicked. It will pull data from H19 and place it into c8. But overriding the data that is already showing in C8 if there is any.
Do you want to delete the formula that is in C8?
If not, what triggers the decision to copy the data from H19 to C8.
 
Upvote 0
Do you want to delete the formula that is in C8?
If not, what triggers the decision to copy the data from H19 to C8.
It should not be deleting the formula in C8 but replacing it with H19 if there is a value in h19. I honestly dont know if i am explaining this correctly. Its just that the Information that will be in H19 is not often used so it would not always come into play.
 
Upvote 0
So, do you want C8 to be what ever that calculation is unless H19 has a value?
 
Upvote 0
So, do you want C8 to be what ever that calculation is unless H19 has a value?
I was thinking to put a check box or options button in C8 that would activate that formula to transfer data from K19 to C8. This could be wrong in my thinking.
 
Upvote 0
So, wrap an IF(H19="",....,H19) , around the formula in C8). The pink cells have references to other worksheets or workbooks, so i deleted them.
I just want you to be focused on the formula in C8.

Mr Excel Questions2.xlsm
ABCDEFGH
8Reserve Requirement for O/O (months)The Calculation in H19.>$1,000,00012N/A
9Reserve Requirement for 2nd Home (months)0
10Reserve Requirement for O/O, 2nd Home, & Bridge($)FALSE
11
12Subject NOO Outstanding Lien Balance0TRUE
13Subject NOO Total PITI
14Non-Subject NOO Outstanding Lien Balance(s)0FALSE
15Non-Subject NOO Total PITI
16Number of financed 1-4 unit residential propertiesFALSE
17Reserve Requirement for Subject NOO ($)
18Reserve Requirement for Non-Subject NOO ($)Property TypeMax LTVMax Loan AMTReserve
19Total Assets Required by DUThe Calculation in H19.
20Additional Required Reserves
Sheet19
Cell Formulas
RangeFormula
C8C8= IF(H19="", IF($K$1<>1,0,IF(AND($E$14=TRUE,$K$1=1,$C$3>726201,$C$3<=1000000),$F$7,IF(AND($E$14=TRUE,$K$1=1,$C$3>1000000),$F$8,IF($C$16<=4,VLOOKUP(1,ReserveReq,3),IF($C$16>=5,VLOOKUP(1,ReserveReq,4),0))))),H19)
C9C9=IF($K$1<>2,0,IF(AND($E$14=TRUE,$K$1=2,$C$5>650000,$C$5<=1000000),$F$7,IF(AND($E$14=TRUE,$K$1=2,$C$5>1000000),$F$8,IF($C$16<=4,VLOOKUP(2,ReserveReq,3),IF($C$16>=5,VLOOKUP(2,ReserveReq,4),0)))))
 
Upvote 0
In Cell C8:

Excel Formula:
= IF(H19="", IF($K$1<>1,0,IF(AND($E$14=TRUE,$K$1=1,$C$3>726201,$C$3<=1000000),$F$7,IF(AND($E$14=TRUE,$K$1=1,$C$3>1000000),$F$8,IF($C$16<=4,VLOOKUP(1,ReserveReq,3),IF($C$16>=5,VLOOKUP(1,ReserveReq,4),0))))),H19)
 
Upvote 0
Solution
= IF(H19="", IF($K$1<>1,0,IF(AND($E$14=TRUE,$K$1=1,$C$3>726201,$C$3<=1000000),$F$7,IF(AND($E$14=TRUE,$K$1=1,$C$3>1000000),$F$8,IF($C$16<=4,VLOOKUP(1,ReserveReq,3),IF($C$16>=5,VLOOKUP(1,ReserveReq,4),0))))),H19)
Thank you that worked.
 
Upvote 0

Forum statistics

Threads
1,215,330
Messages
6,124,305
Members
449,150
Latest member
NyDarR

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