Sorry for the confusing title, but not sure how else to word it. What I'm looking to accomplish is the following....
At my work, we have to audit an employee's cash drawer on a monthly basis. To prevent each employee from knowing when each audit will occur, the selected dates have to be totally at random with no obvious pattern (i.e. always the same day of the week or the same time of the month).
I can generate a list of random dates within a specific date range, but I would need to add in the variables of not matching the day from the previous month or the week from the previous month. If I can get that base, I can figure out how to add more exclusions if necessary.
I'm not opposed to VBA, so feel free to include that in your thought process as well.
This place has never let me down before, and I'm sure that trend will continue.
THANKS IN ADVANCE!
At my work, we have to audit an employee's cash drawer on a monthly basis. To prevent each employee from knowing when each audit will occur, the selected dates have to be totally at random with no obvious pattern (i.e. always the same day of the week or the same time of the month).
I can generate a list of random dates within a specific date range, but I would need to add in the variables of not matching the day from the previous month or the week from the previous month. If I can get that base, I can figure out how to add more exclusions if necessary.
I'm not opposed to VBA, so feel free to include that in your thought process as well.
This place has never let me down before, and I'm sure that trend will continue.
THANKS IN ADVANCE!
Last edited: