I'm wanting to get a count of values. The values are in text form with alpha and numerical, example: AL1, FF2. I looked at SUMIF and SUMPRODUCT to potentially accomplish this.
I'm wondering the best course of action to get a total. Here's what I'm looking to do...
I have a list of reports labeled by the ID assigned.
I have an ID in ColumnA, a definition of the ID in ColumnB, and additional ID's that match the definition in ColumnD.
Sheet1: ColumnA has value of CR3. ColumnD has values of CR12, FF5, SS1 and LO12. I need to be able to add up the number of ID's that match the definition.
<<Sheet 2 contains ID name and duplicate count of that ID>>
Sheet2: ColumnC has a number value that needs to be added to the above count when ColumnA = the values of Sheet1 ColumnA and ColumnD (example, Sheet2:ColumnA = "CR3", "CR12", "FF5", "SS1", "LO12") and ADD that number in ColumnC to the total from Sheet 1.
Sheet2 involves an actual number.
Essentially I'm attempting to total multiple text values in a single cell seperated by a comma along with a single text value of another cell and then match the text values to another sheet.
Any help? I figure this would probably take nested formulas/functions to accomplish. Thanks in advance!
I'm wondering the best course of action to get a total. Here's what I'm looking to do...
I have a list of reports labeled by the ID assigned.
I have an ID in ColumnA, a definition of the ID in ColumnB, and additional ID's that match the definition in ColumnD.
Sheet1: ColumnA has value of CR3. ColumnD has values of CR12, FF5, SS1 and LO12. I need to be able to add up the number of ID's that match the definition.
<<Sheet 2 contains ID name and duplicate count of that ID>>
Sheet2: ColumnC has a number value that needs to be added to the above count when ColumnA = the values of Sheet1 ColumnA and ColumnD (example, Sheet2:ColumnA = "CR3", "CR12", "FF5", "SS1", "LO12") and ADD that number in ColumnC to the total from Sheet 1.
Sheet2 involves an actual number.
Essentially I'm attempting to total multiple text values in a single cell seperated by a comma along with a single text value of another cell and then match the text values to another sheet.
Any help? I figure this would probably take nested formulas/functions to accomplish. Thanks in advance!