Hi,
I have a problem to solve, I was hoping you can help me with it.
I have a number of blood samples (let's say 52) to distribute evenly across up to 6 centrifuges. Of course, this could mean some of the centrifuges would get one more, and some one less sample to work on.
Number of samples could change, same as number of centrifuges.
I tried to solve it by using QUOTIENT(samples,centrifuges) and MOD(samples,centrifuges) functions, but am stuck at the moment.
QUOTIENT would be the first 'round' of sampling, equally distributing same amount across the board. How to distribute the reminder (MOD result) among them?
Anyone able/willing to help?
Bookmarks