I would like to know how to change the column of a formula based on the result of another formula:
I have two columns:
Column Letter | Transaction Count |
---|---|
A | =countif(sheet1!$A$1:$$5, "Apple") |
B | =countif(sheet1!$B$1:$B$5, "Apple") |
C | |
... | |
DY |
As opposed to having to copying the present formula and changing the range manually, is there a formula so that I can quickly populate C to DY? Thank you for your help.