I am attempting to calculate data from 3 tabs and its returning the incorrect %, essentially I am writing a statement that is 2 countifs the first divided by the second, here is the formula please help, I am open to a shorter formula as I'm sure I have overcomplicated mine..
=COUNTIFS(Tab1!$C:$C,">10/31/2018",Tab1!$C:$C,"<12/1/2018",Tab1!E:E,"Y",Tab2!$C:$C,">10/31/2018",Tab2!$C:$C,"<12/1/2018",Tab2!E:E,"Y",Tab3!$C:$C,">10/31/2018",Tab3!$C:$C,"<12/1/2018",Tab3!E:E,"Y")/COUNTIFS(Tab1!$C:$C,">10/31/2018",Tab1!$C:$C,"<12/1/2018",Tab1!$E:$E,"?*",Tab2!$C:$C,">10/31/2018",Tab2!$C:$C,"<12/1/2018",Tab2!$E:$E,"?*",Tab3!$C:$C,">10/31/2018",Tab3!$C:$C,"<12/1/2018",Tab3!$E:$E,"?*")
=COUNTIFS(Tab1!$C:$C,">10/31/2018",Tab1!$C:$C,"<12/1/2018",Tab1!E:E,"Y",Tab2!$C:$C,">10/31/2018",Tab2!$C:$C,"<12/1/2018",Tab2!E:E,"Y",Tab3!$C:$C,">10/31/2018",Tab3!$C:$C,"<12/1/2018",Tab3!E:E,"Y")/COUNTIFS(Tab1!$C:$C,">10/31/2018",Tab1!$C:$C,"<12/1/2018",Tab1!$E:$E,"?*",Tab2!$C:$C,">10/31/2018",Tab2!$C:$C,"<12/1/2018",Tab2!$E:$E,"?*",Tab3!$C:$C,">10/31/2018",Tab3!$C:$C,"<12/1/2018",Tab3!$E:$E,"?*")