Hi. I am new to excel and I have searched the web for about a week now and couldn't find any solution to what I want. I found out that I can't use countifs across multiple worksheets without using VBA so can someone would help me to create a script for my problem? I found people making a list of all the sheets but it wouldnt work in my situation because multiple of sheets are added daily. I found countif in VBA only, no countifs.
Here is what I want to do.
I want to use countifs with two different criteria (for now).
I want to use it across the entire workbook.
I want to it look in new sheets too as it gets added to workbook.
Each sheets will be name differently as it gets added in.
This is what I want to do but across the entire workbook.
=COUNTIFS(Sheet1!$B$7:$B$25,Main!A3,Sheet1!$C$7:$C$25,Main!B3)
Thank you in advance
Here is what I want to do.
I want to use countifs with two different criteria (for now).
I want to use it across the entire workbook.
I want to it look in new sheets too as it gets added to workbook.
Each sheets will be name differently as it gets added in.
This is what I want to do but across the entire workbook.
=COUNTIFS(Sheet1!$B$7:$B$25,Main!A3,Sheet1!$C$7:$C$25,Main!B3)
Thank you in advance