vasim
Member
INDEX('Report'!$B$1:$B$25000,SMALL(IF(('Report'!$M$1:$M$25000="Health")*('Report'!$P$1:$P$25000="Open"),ROW('Report'!$B$1:$B$25000)),ROW()))
I want to add an or condition wherby, if in P col is Accept as well - taken in account. any help please.
something like....
INDEX('Report'!$B$1:$B$25000,SMALL(IF(('Report'!$M$1:$M$25000="Health")*('Report'!$P$1:$P$25000="Open")+'Report'!$P$1:$P$25000="Accept"),ROW('Report'!$B$1:$B$25000)),ROW()))
I want to add an or condition wherby, if in P col is Accept as well - taken in account. any help please.
something like....
INDEX('Report'!$B$1:$B$25000,SMALL(IF(('Report'!$M$1:$M$25000="Health")*('Report'!$P$1:$P$25000="Open")+'Report'!$P$1:$P$25000="Accept"),ROW('Report'!$B$1:$B$25000)),ROW()))