A
Ag-QA
I'm using formula in A45:A47
=IF(ISERROR(TRANSPOSE(uniqueitems('All Individual animal
data'!P8
128,FALSE))),"",TRANSPOSE(uniqueitems('All Individual animal
data'!P8
10,FALSE)))
where P8
10 = 0,2,0,0,0,0,...
I get in A45:A47 = 0,2
where P8
10 = 0,2,4,0,0,0,...
I get in A45:A47 = 0,2,4
where P8
10 = 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'!P8

data'!P8

where P8

I get in A45:A47 = 0,2
where P8

I get in A45:A47 = 0,2,4
where P8

I get in A45:A47 = 0,0,0
But shouldn't I only get in A45:A47 = 0
Instead of three?