Knowee
Questions
Features
Study Tools

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

Question

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

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

Solution

The correct formula to use in this case 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

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?

how to count in excel use subroutines

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

how to count in excel use noRows

What will this spreadsheet function return? =SUMIF(H1:H50, ”>=50”, J1:J50)1 pointThe sum of all values in cells H1 to H50 for which the value in cells J1 to J50 is greater than or equal to 50.The sum of any values in cells H1 to H50and cells J1 to J50 that are greater than or equal to 50.The sum of all values in cells J1 to J50 that correspond to values in cells H1 to H50 that are greater than or equal to 50.The count of the number of cells in the array H1:H50 that have a value greater than or equal to 50.

1/3

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.