Counting Incrementing/Decrementing in Google Sheets using Arrayformula & Countif

谁说我不能喝 提交于 2021-02-11 15:35:03

问题


Counting Incrementing/Decrementing in Google Sheets using Arrayformula & Countif

Hi As seen in the image, I have a column of numbers that keeps growing at the bottom.

I need the column C to have a Decrementing counter for how many times the number in column A has occurred so far in that column A. Its working fine if I drag the Countif formula manually like in column D each time a new number is added in column A, but I need it to work automatically with Arrayformula.

Similarly, I need the column C to have a Incrementing counter for how many times the number in column A has occurred so far in that column A. Its working fine if I drag the Countif formula manually like in column F each time a new number is added in column A, but I need it to work automatically with Arrayformula.


Here is the link to the google sheet as example: https://docs.google.com/spreadsheets/u/2/d/1jCNXBvoxHL9ykUD9CAeyBb14Z9R7NfSkIumHg_CHfTk/edit?usp=sharing

Here is what I found: https://www.labnol.org/internet/arrayformula-copy-formulas-in-entire-column/29711/

I'd greatly appreciate your help.

来源:https://stackoverflow.com/questions/60105388/counting-incrementing-decrementing-in-google-sheets-using-arrayformula-countif

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!