Hello,
My question, why are none of the following formulas true?
= IF (B26 = "*", 1,0)
= IF ((B26 = "k *"), 1,0)
= IF ((B26 = "k" & "*"), 1,0)
b26 contains the word: smith
And, in fact, I have one more question.
In the column from B1 to B50, for example, I have different names and now I do this:
= If (b1 = "smith", 1,0) - I drag down
and I am counting up how many of them is the count if function
My question is: how to do this in one cell?
And maybe the last one:
We have a column with the values 0.1
example
lp | b
-------
1 | 0
2 | 0
3 | 1
and now I would like to enter only those lp for which their value is 1 in column C.
I know that you can use a filter, but I would like to know if there is also a regulation.
My question, why are none of the following formulas true?
= IF (B26 = "*", 1,0)
= IF ((B26 = "k *"), 1,0)
= IF ((B26 = "k" & "*"), 1,0)
b26 contains the word: smith
And, in fact, I have one more question.
In the column from B1 to B50, for example, I have different names and now I do this:
= If (b1 = "smith", 1,0) - I drag down
and I am counting up how many of them is the count if function
My question is: how to do this in one cell?
And maybe the last one:
We have a column with the values 0.1
example
lp | b
-------
1 | 0
2 | 0
3 | 1
and now I would like to enter only those lp for which their value is 1 in column C.
I know that you can use a filter, but I would like to know if there is also a regulation.