A
Ag-QA
I'm using formula in A45:A47
=IF(ISERROR(TRANSPOSE(uniqueitems('All Individual animal
data'!P8128,FALSE))),"",TRANSPOSE(uniqueitems('All Individual animal
data'!P810,FALSE)))
where P810 = 0,2,0,0,0,0,...
I get in A45:A47 = 0,2
where P810 = 0,2,4,0,0,0,...
I get in A45:A47 = 0,2,4
where P810 = 0,0,0,0,0,0,...
I get in A45:A47 = 0,0,0
But shouldn't I only get in A45:A47 = 0
Instead of three?
=IF(ISERROR(TRANSPOSE(uniqueitems('All Individual animal
data'!P8128,FALSE))),"",TRANSPOSE(uniqueitems('All Individual animal
data'!P810,FALSE)))
where P810 = 0,2,0,0,0,0,...
I get in A45:A47 = 0,2
where P810 = 0,2,4,0,0,0,...
I get in A45:A47 = 0,2,4
where P810 = 0,0,0,0,0,0,...
I get in A45:A47 = 0,0,0
But shouldn't I only get in A45:A47 = 0
Instead of three?