Hi I'm having a bit of trouble using the code below to add up similar numbers:
This is checking that data was input into I19, checking column E on the next page for the test# (in A19) and then adding the number of times tested recorded in column F.
IF($I19<>"",SUMIF(NewSchedule!$E$6:$E$737,"*"&$A19&"*",NewSchedule!$F$6:$F$737),"")
I feel like I have to use similar values because column E cells often look like this: "1,2,3,5,9, (Com)" that would be test #1,2,3,5 & 9
The issue I'm running into is that when I enter test #12 in a cell farther down the spreadsheet, it's adding number of times tested to #1 & #2 also.. which isn't correct.
Is there a better way to go about this?
Thanks
Bookmarks