Knowee
Questions
Features
Study Tools

You have a Sheet that contains list of 100 people, each listed in a row (rows 1-100). In column B, it indicates whether the person in that row is a "VIP" or "Non-VIP". You want to know how many total "VIP"s are on your sheet. What formula would you put in the cell where you want this information? Group of answer choices=COUNTB(B1:B100,"VIP")=COUNT(B1:B100,"VIP")=COUNTA(B1:B100,"VIP")=COUNTIF(B1:B100,"VIP")

Question

You have a Sheet that contains list of 100 people, each listed in a row (rows 1-100). In column B, it indicates whether the person in that row is a "VIP" or "Non-VIP". You want to know how many total "VIP"s are on your sheet. What formula would you put in the cell where you want this information? Group of answer choices=COUNTB(B1:B100,"VIP")=COUNT(B1:B100,"VIP")=COUNTA(B1:B100,"VIP")=COUNTIF(B1:B100,"VIP")

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

The correct formula to use would be =COUNTIF(B1:B100,"VIP"). This formula will count the number of cells within the range B1 to B100 that contain the exact string "VIP".

Similar Questions

Your client, Fatima, is organizing an End of Year party for funders and has a Google Sheet that contains a list of 100 attendees. Each person is listed in a row from rows 1-100. In column B, it indicates whether the person in that row is a "VIP" or "Non-VIP". Fatima wants to know how many total "VIP"s are on the sheet to prepare special arrangements for them. What formula would you put in the cell where you want this information?=COUNTB(B1:B100,“VIP”)=COUNTIF(B1:B100,“VIP”)=COUNT(B1:B100,“VIP”)=COUNTA(B1:B100,“VIP”)I don't know

In Google Sheets, you want to add up all the numbers found in Column A, rows 1-7. Which is the correct formula to use in the cell where you want to see the total?Group of answer choices=tot(A,1:7)=total(columnA,rows:1-7)=sum(A1:A7)=sum(column:A,row:1-7)

Which of the following functions would you use to calculate the value of cell C18.(1)Group of answer choices=SUM=COUNT=COUNTIF=COUNTA

The Excel function HLOOKUP looks up a value in the top row of a table and returns a value in the same column from a row you specify. Group of answer choicesTrueFalse

how to count in excel use subroutines

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.