Hi All,
I have the following formula:
=COUNTIFS(DATA!$H$2:$H$20000,">="&$D$3,DATA!$H$2:$H$20000,"<="&$E$3,DATA!$C$2:$C$20000,'NB Info'!$B7,DATA!$N$2:$N$20000,"New Business",DATA!$P2:$P20000,"N")-(K7)
But I know need the 'New Business' section to also take into account 'Transfer Business' or 'Rollover Business'.
So it looks like this:
Count If - H2:H20000 is >= D3
H2:H20000 is <= E3
C2:C20000 is = B7
N2:N20000 is = 'New Biz' or 'Transfer Biz' or Rollover Biz'
Hope that makes sense.
Thanks.
I have the following formula:
=COUNTIFS(DATA!$H$2:$H$20000,">="&$D$3,DATA!$H$2:$H$20000,"<="&$E$3,DATA!$C$2:$C$20000,'NB Info'!$B7,DATA!$N$2:$N$20000,"New Business",DATA!$P2:$P20000,"N")-(K7)
But I know need the 'New Business' section to also take into account 'Transfer Business' or 'Rollover Business'.
So it looks like this:
Count If - H2:H20000 is >= D3
H2:H20000 is <= E3
C2:C20000 is = B7
N2:N20000 is = 'New Biz' or 'Transfer Biz' or Rollover Biz'
Hope that makes sense.
Thanks.