Formula>> =SUMIF([Assigned To]:[Assigned To], [Assigned To]@row, [Hours Testing]:[Hours Testing])
Formula works if only on a single row. eg will produce the sum 3 next to "Armida"
When i copy the formula it reads Circular Reference.
*Goal is NOT to type name in formula "Armida". I'd like it to reference the row Assigned To - so if that testing user changes, they simple update the contact name "assigned to" and the formula works.
Top Section is a list of people and their role.
Bottom section i have a list of UAT scripts - then "Assigned To" "Hours Testing"
I'm trying in the top section to sum hours testing with the associated name in that row.