Hi,
I am so close now. I've switched to doing the bulk of the work in VBA. This is working well.
The only think I can't get right is RANK. Columns L and M are populated from VBA. Cells in column H then use INDEX with RANK to fill themselves from M, based on the rank in L
As I am doing this in VBA, if dept = 1:
Rand = WorksheetFunction.Choose(WorksheetFunction.RandBetween(1, count), 5, 10, 15, 20, 25, 35, 40, 45, 50, 55, 60)
I would expect every 5th cell in column H to be one of these numbers?
Well that's how I'm expecting RANK to work? Is that wrong?
Bookmarks