Here is a problem that has bedeviled me for a couple of years, along with a colleague (Ref:1340224).
My data is exported out of a web-based database that is obviously not really relational, thus there are duplicate record (ID#s) with differing columnar data. My task is to be able to count (in a separate worksheet) the number of unique ID#s with the condition that a particular column contains one of various text strings. Apparently the checkboxes on the database result in choiceA|choiceB text appearing in this column.
Here is a simplified representation of the Excel data:
ID Date Result
PR-09375 2/19/2010 Refund|Letter|Other
PR-09375 2/19/2010 Repair|Letter|Refer
PR-09376 3/2/2010 Repair|Letter
PR-09377 3/3/2010 Repair|Letter|Refer
PR-09377 3/3/2010 Repair|Letter|Satisfy
In my summary worksheet, I would hope to see something as:
Result Feb Mar
Letter 1 2
Other 1 0
Refer 1 1
Refund 1 0
Repair 1 2
Satisfy 0 1
In other words, I need at the same time--a)date range, b)unique record ID, and c)incidence of text string.
Can this be done in Excel?
Tnx
My data is exported out of a web-based database that is obviously not really relational, thus there are duplicate record (ID#s) with differing columnar data. My task is to be able to count (in a separate worksheet) the number of unique ID#s with the condition that a particular column contains one of various text strings. Apparently the checkboxes on the database result in choiceA|choiceB text appearing in this column.
Here is a simplified representation of the Excel data:
ID Date Result
PR-09375 2/19/2010 Refund|Letter|Other
PR-09375 2/19/2010 Repair|Letter|Refer
PR-09376 3/2/2010 Repair|Letter
PR-09377 3/3/2010 Repair|Letter|Refer
PR-09377 3/3/2010 Repair|Letter|Satisfy
In my summary worksheet, I would hope to see something as:
Result Feb Mar
Letter 1 2
Other 1 0
Refer 1 1
Refund 1 0
Repair 1 2
Satisfy 0 1
In other words, I need at the same time--a)date range, b)unique record ID, and c)incidence of text string.
Can this be done in Excel?
Tnx