Question
I'm stuck on this EXCEL function application. Please help with all functions below. The amounts aren't important, only that I get the formulas correct. Thanks!
I'm stuck on this EXCEL function application. Please help with all functions below. The amounts aren't important, only that I get the formulas correct. Thanks!
1. In cell B10, enter a formula using the IF and AND functions to indicate whether the revenue goal has been met that month.
a. Enter a logical test using the AND function to determine if the amount in cell B7 equals 0 and the total in cell B8 is greater than 20000
b. If the logical test is true, display Yes (using "Yes" for the value_if_true argument).
c. If the logical test us false, insert a nested IF function.
d. Enter the logical test of the nested IF function using the AND function to determine if the amount in cell B7 is greater than 0 and the Total in cell B8 is greater than 20000.
e. If the logical test for the nested IF function is true, display Yes (using "Yes" for the value_if_true argument).
f. If the logical test if false, display No (using "No" for the value_if_false argument).
THANK YOU IN ADVANCE!!
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