Creating a raffle sheet on Excel can be a breeze once you understand the basic steps. This versatile software allows you to create professional-looking raffle sheets with ease. Whether you're hosting a small office raffle or a large-scale event, this guide will walk you through the process.

Before we dive into the steps, ensure you have Microsoft Excel installed on your computer. If you're using a Mac, you can access Excel through the Microsoft 365 subscription service. Now, let's get started!

Setting Up Your Excel Workbook
First, open Microsoft Excel and create a new workbook. A workbook is essentially a collection of worksheets, and you'll need at least two for your raffle sheet: one for the raffle entries and another for the drawing.

To create a new worksheet, click on the '+' icon at the bottom-left corner of the screen. Name your worksheets 'Entries' and 'Drawing' by double-clicking on the default Sheet1 and Sheet2 names at the bottom of the screen.
Formatting the Entries Worksheet

Your 'Entries' worksheet will serve as the collection point for all raffle entries. In the first row, create headers for the information you want to collect. For example, you might include columns for 'First Name', 'Last Name', 'Email', and 'Entry Number'.
To make your sheet more user-friendly, you can apply some basic formatting. Change the font to something clean and easy to read, like Arial or Calibri. You can also adjust the font size and color to make the headers stand out. To do this, select the header row, click on the 'Home' tab, and choose your desired font settings.
Formatting the Drawing Worksheet

The 'Drawing' worksheet will be used to randomly select the winners. You'll need to create a table with each raffle entry's unique identifier (like an entry number) in each row. You can copy and paste the data from the 'Entries' worksheet into the 'Drawing' worksheet.
To make the drawing process smoother, you can add a 'Winner?' column to the right of the entry numbers. This column will be used to mark which entries have been selected as winners. You can leave this column blank for now; we'll come back to it later.
Creating the Raffle Entry Form

Now that your worksheets are set up, it's time to create the raffle entry form. This form will allow participants to submit their information, which will then be added to the 'Entries' worksheet.
On a new worksheet, create a simple form with fields for 'First Name', 'Last Name', 'Email', and 'Entry Number'. You can use the 'Text Box' feature to create these fields. To access this feature, click on the 'Developer' tab (you might need to enable it by going to 'File' > 'Options' > 'Customize Ribbon' and checking the box next to 'Developer'). Then, click on 'Insert' and select 'Text Box'.




















Linking the Form to the Entries Worksheet
To automatically add each submission to the 'Entries' worksheet, you'll need to link the form to the worksheet. This can be done using a simple formula. In the first cell of the 'Entry Number' column on your form, enter the following formula: `=COUNTA(Entries!A:A)+1`. This formula will count the number of entries in the 'Entries' worksheet and add one to generate a unique entry number for each submission.
Now, copy the formula down to the rest of the 'Entry Number' column on your form. This will ensure that each new submission receives a unique entry number.
Submitting Entries to the Entries Worksheet
To submit an entry to the 'Entries' worksheet, participants simply need to fill out the form and press 'Enter' or click outside the form. The information will automatically be added to the 'Entries' worksheet. To ensure that the data is organized correctly, you can freeze the header row on the 'Entries' worksheet by clicking on the 'View' tab, then 'Freeze Panes', and selecting 'Freeze Top Row'.
Randomly Selecting Winners
Once the entry period has ended, it's time to randomly select the winners. To do this, you'll use the 'Drawing' worksheet you created earlier. First, make sure that each entry number is listed only once in the 'Drawing' worksheet. If you've accidentally duplicated any entry numbers, you can remove the duplicates by selecting the column, clicking on the 'Data' tab, then 'Remove Duplicates'.
Now, it's time to randomly select the winners. To do this, you can use the 'RAND' function in Excel. In the first cell of the 'Winner?' column, enter the following formula: `=IF(RAND()<=1/COUNT(A:A), "Winner", "Not a Winner")`. This formula will generate a random number for each entry and compare it to the reciprocal of the total number of entries. If the random number is less than or equal to this value, the entry is a winner; otherwise, it's not a winner.
Announcing the Winners
Once you've selected the winners, you can announce them on your raffle sheet by sorting the 'Drawing' worksheet by the 'Winner?' column. To do this, select the entire worksheet, click on the 'Data' tab, then 'Sort A to Z' or 'Sort Z to A', depending on whether you want to list the winners first or last.
You can also use the 'Filter' feature to display only the winning entries. To do this, click on the 'Data' tab, then 'Filter', and select the 'Winner?' column. Then, click on the filter icon that appears in the header cell, uncheck the 'Not a Winner' box, and click 'OK'. This will display only the winning entries.
Congratulations! You've successfully created a raffle sheet on Excel. With this sheet, you can easily collect raffle entries, randomly select winners, and announce the results. Now, all that's left to do is to start your raffle and watch the entries pour in!