I have a workbook w/15 worksheets. Each ws has 1 or 2 named ranges for date col and name col. Using this formula to sum two criteria- persons name and a date(...today -365).
=SUM(COUNTIFS(brtech1,B38,brdate,">="&$K$15),COUNTIFS(cbtech1,B38,cbdate1,">="&$K$15),COUNTIFS(cbtech2,B38,cbdate2,">="&$K$15),COUNTIFS(cstech1,B38,csdate1,">="&$K$15),COUNTIFS(cstech2,B38,csdate2,">="&$K$15),COUNTIFS(fctech1,B38,fcdate1,">="&$K$15),COUNTIFS(fcttech1,B38,fctdate1,">="&$K$15))
1) I get the correct sum until the last countifs then I get #VALUE error. Still need to add more countifs.
2) Is there an easier way to sum countifs with multiple named ranges and worksheets. I'll end up w/a lot of countifs.
=SUM(COUNTIFS(brtech1,B38,brdate,">="&$K$15),COUNTIFS(cbtech1,B38,cbdate1,">="&$K$15),COUNTIFS(cbtech2,B38,cbdate2,">="&$K$15),COUNTIFS(cstech1,B38,csdate1,">="&$K$15),COUNTIFS(cstech2,B38,csdate2,">="&$K$15),COUNTIFS(fctech1,B38,fcdate1,">="&$K$15),COUNTIFS(fcttech1,B38,fctdate1,">="&$K$15))
1) I get the correct sum until the last countifs then I get #VALUE error. Still need to add more countifs.
2) Is there an easier way to sum countifs with multiple named ranges and worksheets. I'll end up w/a lot of countifs.