Forum Discussion
santiaaaago
Apr 06, 2022Copper Contributor
Two values in a cell
Hello, I was looking for write two values in a single cell to count them. For example, the attached image shows cell1 having values 1 and 2; cell2 only 1 and cell3 3 and 1. I want excel to count ...
- Apr 06, 2022
=COUNT(SEARCH(1,D6:D8))Maybe with this formula if you want to count the number of occurrences. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
OliverScheurich
Apr 06, 2022Gold Contributor
=COUNT(SEARCH(1,D6:D8))Maybe with this formula if you want to count the number of occurrences. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
- santiaaaagoApr 06, 2022Copper ContributorIt works!! I appreciate.