Question: Question content area top Part 1 A manager has a list of items that have been sorted according to an item ID . Some of

Question content area top
Part 1
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, Item ID 37698 is listed six times, so the codes are assigned from 1 to6, and so on. Explain how to assign the correct code using an IF statement.
LOADING... Click the icon to view the Item ID and Repeat Code data.
Question content area bottom
Part 1
In cell B2 enter1, and then type a formula into cell B3, followed by dragging the formula down column B until it aligns with the last row in the Item ID column. Which of the following is the correct formula to type into cell B3?
A.
=IF(A3<>A2,1,B2+1)
B.
=IF(A3<>A2,B2+1,1)
C.
=IF(A3=A2,1,B2+1)
D.
=IF(A3=A2,B2,1)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!