Hello please help!!
I have the following data (small example with all scenarios):
14-04-14 < empty >
16-12-11 12-12-11
< empty > 12-11-10
< empty > < empty >
Basically either dates or < empty > in either 2 columns.
I would like to count "1" in Column "C" if Column "A" has a date & Column "B" has no date. Otherwise in any other event count "0".
So the results (in column "C") would be as follows for the data above:
1
0
0
0
Many thanks in advance
I have the following data (small example with all scenarios):
14-04-14 < empty >
16-12-11 12-12-11
< empty > 12-11-10
< empty > < empty >
Basically either dates or < empty > in either 2 columns.
I would like to count "1" in Column "C" if Column "A" has a date & Column "B" has no date. Otherwise in any other event count "0".
So the results (in column "C") would be as follows for the data above:
1
0
0
0
Many thanks in advance