如何使单元格自动递增?

How to make auto-increment the cell?

This 是我的 excel 文件的截图。

如何根据 yesno 增加 # of attend classes drop-列表。

你有零的地方(在 G2 中):

=COUNTIF(I2:ZZ2,"Yes")

这将为给定范围内匹配 "Yes" 的每个单元格添加一个。