Hi
I have a simple COUNTIFS formula
[/FONT]<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have 7 different duties for 1 group so to include these I have the formula
<o></o>
<o></o>
I have been playing about trying to put a OR formula inside with no joy, is there any way to simplify this because I need to copy this formula about 120 times and teak it slightly for each group and would be easier for me to do.
Some types of work only have one Dutie but some have up to ten,
Duties, Company, Discipline are ranges (entire columns) on a different sheet where data is inputted, CompanyA DutiesA DuitesB refer to single cell location on a hidden sheet.
Thanks in advance for any response and my apolises if this has been posted before, its a nightmare searching for the word OR
I have a simple COUNTIFS formula
Code:
[/SIZE]
[FONT=Arial]=COUNTIFS(Duties,DutieA,Company,CompanyA,Date,$B$5,Discipline,DisciplineA)[/FONT]
[FONT=Arial][SIZE=1]
I have 7 different duties for 1 group so to include these I have the formula
<o></o>
Code:
[/SIZE]
[/FONT][FONT=Arial]=COUNTIFS(Duties,DutieA,Company,CompanyA,Date,$B$5,Discipline,DisciplineA)[/FONT]
[FONT=Arial]+ COUNTIFS(Duties,DutieB,Company,CompanyA,Date,$B$5,Discipline,DisciplineA)[/FONT]
[FONT=Arial]+ COUNTIFS(Duties,DutieC,Company,CompanyA,Date,$B$5,Discipline,DisciplineA)[/FONT]
[FONT=Arial]+ COUNTIFS(Duties,DutieD,Company,CompanyA,Date,$B$5,Discipline,DisciplineA)[/FONT]
[FONT=Arial]And so on[/FONT]
[FONT=Arial][SIZE=1]
I have been playing about trying to put a OR formula inside with no joy, is there any way to simplify this because I need to copy this formula about 120 times and teak it slightly for each group and would be easier for me to do.
Some types of work only have one Dutie but some have up to ten,
Duties, Company, Discipline are ranges (entire columns) on a different sheet where data is inputted, CompanyA DutiesA DuitesB refer to single cell location on a hidden sheet.
Thanks in advance for any response and my apolises if this has been posted before, its a nightmare searching for the word OR
Last edited: