basavarajkh
New Member
Hi
I used some formula like below for my Report's
Completed Count of Comp!
=D34+D74 =COUNTA(Comp!A:A)-1
Pending Count of Pending!
=G34+G74 =COUNTA(Pending!A:A)-1
Creation Count of Creation!
=I34+I74 =COUNTA(Created!A:A)-1
Results
=IF(Q11=R11,"Y ","N ")&IF(Q14=R14,"Y ","N ")&IF(Q17=R17,"Y ","N ")
I want single formula for all above
I used some formula like below for my Report's
Completed Count of Comp!
=D34+D74 =COUNTA(Comp!A:A)-1
Pending Count of Pending!
=G34+G74 =COUNTA(Pending!A:A)-1
Creation Count of Creation!
=I34+I74 =COUNTA(Created!A:A)-1
Results
=IF(Q11=R11,"Y ","N ")&IF(Q14=R14,"Y ","N ")&IF(Q17=R17,"Y ","N ")
I want single formula for all above