This is the first 4 lines of an excel list of 3082 records

Which formula counts the number of Gold Level Members in the entire list?
A B C D E
1 Level Last Purchase First Name Last Name Market
2 Silver 12/1/2016 Tanya Smith Tupelo
3 Gold 12/3/2018 Martha Forester Minneapolis
4 Platinum 12/8/2019 Thomas Cord Lakeland

A) =COUNTIFS(A2:E3083,"Gold") B) =COUNTIF(A2:A3083,"Gold")
C) =COUNTIF(E2:E3083,"Gold") D) =COUNTIFS(A2:A3083,"Gold")


Answer is B) =COUNTIF(A2:A3083,"Gold")

Computer Science & Information Technology

You might also like to view...

A(n) __________ is a standard way to draw diagrams that describe object-oriented systems.

a. data flow diagram b. UML diagram c. pseudocode representation d. hierarchy chart

Computer Science & Information Technology

What feature in ICMPv6 replaces ARP in IPv4?

A. Multicast Listener Discovery B. Neighbor Discovery C. Echo Request D. Authentication Header

Computer Science & Information Technology

Conditional formatting makes data easier to interpret by inserting icons into the cells

Indicate whether the statement is true or false

Computer Science & Information Technology

The expression ____ advances the iterator intVecIter to the next element into the container.

A. --intVecIter B. ++intVecIter C. intVecIter.advance(1) D. intVecIter(++)

Computer Science & Information Technology