szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
Can you please help me find a way around
Can't figure out why this one working:
Which evaluates in something like
. And it results in 4
Now I want to count only 2. So I use:
But this one doesn't work ?? Not even letting me execute this formula ?
Can't figure out why this one working:
Code:
{=COUNT(ISNUMBER(SEARCH(List,E522))*(ROW(List)-1))}
Code:
COUNT({2,4,6,2})
Now I want to count only 2. So I use:
Code:
{=COUNTIF((ISNUMBER(SEARCH(List,E522))*(ROW(List)-1)),2)}
But this one doesn't work ?? Not even letting me execute this formula ?