Hello
I wonder if somebody could correct my formula here as I'm not quite sure where I have gone wrong.
I have a set of data as below:
Number / Status
1.2 / Red
1.2 / Green
1.2 / Amber
1.3 / Green
In another sheet I want to pull back the number of times where 1.2 AND Green occur. So in the above example the answer should be 1.
I have:
=(((COUNTIF('sheet1'!A:A,"1.2")*AND(COUNTIF('sheet1'!J:J,"Green")))))
where sheet1 is my sheet name and A:A is the column that 1.2/1.3 appear in and J:J the column where the colour appears, but this is not showing the correct answer...
Thanks
Bookmarks