Hi,
I am trying to write a formula to count the number 1 over a set of cells in each sheet into a totals sheet at the end.
I have named a sheet First and Last at the relevant places to help with the formula but get a #VALUE! error when I try and get the result.
Above is the formula I am currently using, but will not work.
Unfortunately I do not have the ability to install add ons due to it being a work machine.
Thanks
I am trying to write a formula to count the number 1 over a set of cells in each sheet into a totals sheet at the end.
I have named a sheet First and Last at the relevant places to help with the formula but get a #VALUE! error when I try and get the result.
Code:
=SUMPRODUCT(COUNTIFS(First:Last!AS8,"1"))
Above is the formula I am currently using, but will not work.
Unfortunately I do not have the ability to install add ons due to it being a work machine.
Thanks