A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
SanCarlosCyclist wrote:
I want to know the mode of column C when column A = California and column B = 10.
Array-enter the following formula (press ctrl+shift+Enter instead of just Enter):
=MODE(IF(A1:A1000="california",IF(B1:B1000=10,C1:C1000)))