I am currently using Countifs to add up an amount of registrants that have a gender criteria and birth year criteria.
Formula: =countifs(sheet1!N4:N90,”male”,sheet1!F4:F90,”1990”)
This works and shows me the amount of males born in 1990. I’m currently running this formula in sheet2. Every day or two I’ll import the registrations and the range will grow past row 90. Is there a way to write the formula that will adjust the result when I paste in new registrants?
Currently I can’t extend the formula past 90th row. And with all the birth years, it’s be great if I didn’t have to edit the formula manually every time I update the list.
Insert
-->Table
) and then use structured references. The ranges would automatically extend as you add rows to the table. – Ron Rosenfeld