Google Sheets Class > #22 GAME OVER

Assignment 19

CREATE A UNIQUE LIST OF NAMES OF PEOPLE WHO ENTERED THIS FAKE CONTEST.

CLICK IN CELL I2.
TYPE
=UNIQUE(
THEN highlight the cells I have highlighted in orange (B2 through B28)
View attachment 3285200

Notice that when you highlight them this (in red below) will appear next to your first open (
=UNIQUE(B2:B28

Next type ) and hit enter.
View attachment 3285201
Done. But my unique names show up in alphabetical order and your are in some other order.
 
Assignment 20

Cell J2

Type =COUNTIF(
now after you type the opening parenthesis go highlight the column B.
When you highlight COL B you are telling it to find all of the exact "names" in that column only and count them.

highlighting Column B will add this to your formula in cell J2:
B:B



so far you have this in cell J2:
=COUNTIF(B:B


next type a comma , and then you are going to tell it the exact word you are looking for it to count.

after the comma type "Kiki" then the closing parenthesis and hit enter.


=COUNTIF(B:B,"Kiki")

Repeat these steps for the rest of the list in column J.

View attachment 3286035
Done. Is it OK that I did a short cut so I didn’t need to type each name? You can just click on the name in column I (which for me was Bakbuk not Kiki because mine came out alpha sorted) and then I just copied it down.

1665691225402.png
 
Done. Is it OK that I did a short cut so I didn’t need to type each name? You can just click on the name in column I (which for me was Bakbuk not Kiki because mine came out alpha sorted) and then I just copied it down.

View attachment 3290358
Sure!
 

New posts New threads Active threads

Back
Top Bottom