Quiz 1
Quiz 1
Try Ace Al STE
Excel I Micress
data-9_22_20
Use INDEX an:
Solved Use IN
Solved the An:
mylab.pearson.com/Student/PlayerTest.aspx?testid=264189015
Gmail
Yourube
Maps
All Bookmarks
INFO 310-Business Analytics 1-Fall 2024
Abraham Barroso
Quiz: Quiz 1
Question 1 of 20
This quiz: 100 point(s) possible
This question: 10 point(s) possible
Submit quiz
Question list
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
A manager has a list of items that have been sorted according to an item ID. Some of them are duplicates. She wants to add a code to the database that assigns a 1 to the item if it is unique, and if there are duplicates, assigns the number of the duplicate. An example is shown below. The first two items are unique, so the repeat code is 1. However, Hem iD 37708 is listed six times, so the codes are assigned from 1 to 6, and so on. Explain how to assign the correct code using an IF statement.
Click the icon to view the Item ID and Repeat Code data.
In cell B2 enter 1, and then type a formula into cell B3, followed by dragging the formula down column B untili it aligns with the last row in the ltem ID column. Which of the following is the correct formula to type into cell B3?
A. \( =\mid F(A 3<A 2, B 2+1,1) \)
B. \( =\mid F(A 3=A 2, B 2,1) \)
C. \( =\operatorname{IF}(\mathrm{A} 3<\mathrm{A} 2,1, \mathrm{~B} 2+1) \)
D. \( =\mid F(A 3=A 2,1, B 2+1) \)