T Tarheel8181 New Member May 1, 2014 #1 Please see uploaded file. Need help building countifs formulas for three rows highlighted in yellow. Basic data is on second tab. Attachments Deadline Dates Formulas.xlsx Deadline Dates Formulas.xlsx 10.7 KB · Views: 9
Please see uploaded file. Need help building countifs formulas for three rows highlighted in yellow. Basic data is on second tab.
Deepak Excel Ninja May 1, 2014 #2 Try this.. Code: B5=OR(Data!$C$2:$C$21<B3,Data!$C$2:$C$21>=C3)*COUNTIF(Data!$C$2:$C$21,"<>"&Data!$B$2:$B$21) B6=AND(Data!$C$2:$C$21>=B3,Data!$C$2:$C$21<C3)*COUNTIF(Data!$C$2:$C$21,"<>"&Data!$B$2:$B$21) B7= Hope B6 & B7 are the same narration!!!
Try this.. Code: B5=OR(Data!$C$2:$C$21<B3,Data!$C$2:$C$21>=C3)*COUNTIF(Data!$C$2:$C$21,"<>"&Data!$B$2:$B$21) B6=AND(Data!$C$2:$C$21>=B3,Data!$C$2:$C$21<C3)*COUNTIF(Data!$C$2:$C$21,"<>"&Data!$B$2:$B$21) B7= Hope B6 & B7 are the same narration!!!