I have a form that fills in a Google Spreadsheet. One of the columns is a gender drop down with "Male" or "Female" options.
How do I get a total of the # of Males? Is there a =Sum() function that I can say Male =1 and Female =0 or something like that?