Angelique_C
New Member
Hi, would someone be able to help please?
Within a table (and the table needs to grow), I have numbers and text (separated by a space). I need to sum the numbers that have common text within the table. I have uploaded a file - with the formula that I'm trying embedded in cells in row 3. This is the formula, which I found on the web but is not working as it should;
=SUM(IF(ISNUMBER(FIND(B1,Table1[[Participant 1]:[Participant 14]])),VALUE(LEFT(Table1[[Participant 1]:[Participant 14]],FIND(B1,Table1[[Participant 1]:[Participant 14]])-1)),0))
Can anyone offer a suggestion?
Within a table (and the table needs to grow), I have numbers and text (separated by a space). I need to sum the numbers that have common text within the table. I have uploaded a file - with the formula that I'm trying embedded in cells in row 3. This is the formula, which I found on the web but is not working as it should;
=SUM(IF(ISNUMBER(FIND(B1,Table1[[Participant 1]:[Participant 14]])),VALUE(LEFT(Table1[[Participant 1]:[Participant 14]],FIND(B1,Table1[[Participant 1]:[Participant 14]])-1)),0))
Can anyone offer a suggestion?