Question
1) Complete the Lease Term in Months column. Use embedded IF statements to find the lease term in months. Hockney typically uses the following lease
1) Complete the Lease Term in Months column. Use embedded IF statements to find the lease term in months. Hockney typically uses the following lease terms. Strive to include the following lease terms in the if condition statements:
a. 3, 4, 5, 6, 7, 8, 9 and 10 years
b. 24, 36, 48, 60, 72, and 84 months
c. The last condition should be to note the word VERIFY for any terms that are not included in this standard list.
d. For any items that result in VERIFY, manually input the lease term in months.
HINT: You will need lots of IF statements. An example of one of the embedded If statements is:
IF(F7="9 Y",108
Remember to have the appropriate number of parenthesis for the embedded if statements.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started