I want to create a function that could add the value of the current cell to another cell if a condition is met.
CodePudding user response:
If name and letter are repeated you can use =SUMIFS()
. Maybe you can use a pivot table instead of the three tables.