Q1) What is the function and argument to count the number of cells in the range B1:B50 that equal “B”?
Ans)
In text form:
=countif(B1:B50,"B")
Q2) What is the function and arguments to retrieve the value located in the fifth row and second column of the data in the range A10:G50?
In text form:
=INDEX(A10:G50,5,2)
Hope this was helpful. Please do leave a positive rating if you liked this answer. Thanks and have a good day!
Get Answers For Free
Most questions answered within 1 hours.