You are creating an IIF function. If the input in the Net Sales field is greater than or equal to 60, then the custom field will read "Pass." If Net Sales are less than 40, the custom field will read "Fail." What is the function that will be entered into the field name?

A) If([Net Sales]>=.60, "Pass", "Fail") B) If([Net Sales] >=60, Pass, Fail)
C) IIf(Net Sales >=60, Pass, Fail) D) IIf([Net Sales] >=60, "Pass", "Fail")


D

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 3-3Tim is creating a page to display his poker club's set of rules. He has main categories and subcategories along with about a paragraph or more of explanation for each. Tim wants to align the top of the element with the top of the font of the surrounding content.  Which value should he use?

A. baseline B. super C. top D. text-top

Computer Science & Information Technology

You can use the Direct Selection tool to select individual ____ of one vector object.

A. anchor points B. shape modes C. direction lines D. colors

Computer Science & Information Technology

Which of the following web services provides detailed information about servers residing at a specific IP address?

a. IANN b. IPCONFIG c. WHOIS d. DNSLookup

Computer Science & Information Technology

In which of the following system authentication methods can any two stations authenticate with each other?

A. open B. closed C. selective D. binary

Computer Science & Information Technology