Hi folks
First time posting so be kind. Im currently trying to compile surveys into one workbook each question is marked with an x in a cell.
Im trying to create a totals page for each individual repsonse unfortunately each sheet is named by the assignee e.g john, thomas. I can get it to tally when it is via sheet numbers by using this formula.
=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT("1:7"))&"!C19"),"X"))
however will not let me do via names
First time posting so be kind. Im currently trying to compile surveys into one workbook each question is marked with an x in a cell.
Im trying to create a totals page for each individual repsonse unfortunately each sheet is named by the assignee e.g john, thomas. I can get it to tally when it is via sheet numbers by using this formula.
=SUMPRODUCT(COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT("1:7"))&"!C19"),"X"))
however will not let me do via names