M
Mr. Smith
Hi.
Users are able to enter a txt code (i.e Gov, Org, Priv) in a range B10:AB10.
In cell A10 I'm counting the codes using =COUNTA(B10:AB10). But now I want
to allow my users to enter more than one code in each cell. The COUNTA
formula will however not count more than one instance in one cell.
How can I get Excel to return COUNT = 3 if cell B10 containts 'Gov.' and
cell C10 conatins 'Gov. / Org.' Using / as an fixed separator between values
within a cell?
Psaudo something like this...
=COUNTA(B10:AB10)+COUNTIF(B10:AB10;/;"")
Problem is that the COUNTIF statement only return true if the cell value is
'/' and not if it's Gov./Org.
Rgrds
Mr. Smith
Users are able to enter a txt code (i.e Gov, Org, Priv) in a range B10:AB10.
In cell A10 I'm counting the codes using =COUNTA(B10:AB10). But now I want
to allow my users to enter more than one code in each cell. The COUNTA
formula will however not count more than one instance in one cell.
How can I get Excel to return COUNT = 3 if cell B10 containts 'Gov.' and
cell C10 conatins 'Gov. / Org.' Using / as an fixed separator between values
within a cell?
Psaudo something like this...
=COUNTA(B10:AB10)+COUNTIF(B10:AB10;/;"")
Problem is that the COUNTIF statement only return true if the cell value is
'/' and not if it's Gov./Org.
Rgrds
Mr. Smith