This thread will be the place to see who won what in the raffle. The first post will be at about 2:00PM Eastern, and one ticket for each of two items drawn about every hour. The list of items for raffle are in one set of columns in Excel and the RANDBETWEEN(1,x) is used to select which item is up for raffle in order, and the ticket holders for that item are listed in another column. The x is reduced by one and the winning ticket removed each time a selection is made. Using the same function, the winner of the item is selected. I know of no other way to be totally random in the selections.