I'm rubbish at Excel, I basically have a list of names of people who can attend an event, marked with a Y or an N depending upon their availability. At the bottom of the column I want to tot up the number of Y's so something like
if(cell=="Y") count++
Is this possible in excel? If so how?
if(cell=="Y") count++
Is this possible in excel? If so how?