B
blewyn
How do I use worksheet functions to count the number of fields in a
database that contain a specific text string, or include specific
characters within a text string ?
For example :
Car Price
Landcruiser 40
Landrover 30
Lada 10
Rolls 90
Lada 10
Landrover 30
I would like a cell to count the number of occurrences of 'Lada' in
this table, and the answer should be 2. I tried using DCOUNT but it
only works on numbers. I would also (ideally) like to be able to
count all the cars that start with 'La', so the answer should be 5.
Is this possible without writing a macro ? ie, can it be done with
worksheet formulae ?
Thanks,
Blewyn
database that contain a specific text string, or include specific
characters within a text string ?
For example :
Car Price
Landcruiser 40
Landrover 30
Lada 10
Rolls 90
Lada 10
Landrover 30
I would like a cell to count the number of occurrences of 'Lada' in
this table, and the answer should be 2. I tried using DCOUNT but it
only works on numbers. I would also (ideally) like to be able to
count all the cars that start with 'La', so the answer should be 5.
Is this possible without writing a macro ? ie, can it be done with
worksheet formulae ?
Thanks,
Blewyn