I have a workbook with multiple sheets. One is a MASTER sheet with all of the information with various columns of various pieces of info. There are other sheets that are countin
With two sheets the same (for the example) except Sheet1 without the block showing the count:
where the formula in F2 shown is:
=COUNTIF(B:B,D2)+COUNTIF(Sheet1!B:B,D2)
Courtesy Siddharth Rout.
Note you would need to save this as .xlsm to preserve the defined name.