D
DuncanH
I have a multi-comparision problem to solve comprising a
number of records (rows) of events over an extended period
of time.
Column A has a list of several Names in text format some
having multiple instances
Column B has a Date in text format eg 23jan04 (to allow me
to find all dates in eg Jan)
Column C has one or more EventCodes "a" thru "z" in one
cell also in text format, (with spaces between if multiple
EventCodes occur )
I need to analyse data as follows:
For each Name, count the number of occurences in jan
analysed for each EventCode.
I am trying to use a formula along the lines of
=count(IF(A:A,="Name1"), IF(B:B,="*jan*"), IF
(C:C, "*h*),0,0,0)
I use wild cards to find the "jan" in the text string and
the "h" EventCode in the potentially many EventCodes in
the one cell C.
This will then allow me to build a table.
I have been unable to find the magic formula to solve this
convoluted problem (having tried at least 30 alternative
approachs as a result of searches at MS and on the web).
Any help will be greatly appreciated
number of records (rows) of events over an extended period
of time.
Column A has a list of several Names in text format some
having multiple instances
Column B has a Date in text format eg 23jan04 (to allow me
to find all dates in eg Jan)
Column C has one or more EventCodes "a" thru "z" in one
cell also in text format, (with spaces between if multiple
EventCodes occur )
I need to analyse data as follows:
For each Name, count the number of occurences in jan
analysed for each EventCode.
I am trying to use a formula along the lines of
=count(IF(A:A,="Name1"), IF(B:B,="*jan*"), IF
(C:C, "*h*),0,0,0)
I use wild cards to find the "jan" in the text string and
the "h" EventCode in the potentially many EventCodes in
the one cell C.
This will then allow me to build a table.
I have been unable to find the magic formula to solve this
convoluted problem (having tried at least 30 alternative
approachs as a result of searches at MS and on the web).
Any help will be greatly appreciated