Local elections

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a spreadsheet to add up local precincts, give me a total and
the percentage of people that cast or did not cast votes based on my imput
 
Okay...

In row 1 (your headings)
Column A: Precint
Column B: Number of votes cast
Column C: Number of votes not cast
Column D: Total voters
Column E: Percentage of voters
Column F: Percentage of non-voters

In row 2
Column A: the name of your precint
Column B: number
Column C: number
Column D: =sum(B2:C2)
Column E: =B2/D2
column F: = C2/D2

Copy columns D to F down as many rows as you have data. Enter your data in
Columns to C from row 2 down. You may want to format Columns E&F with a
percentage format.

Hope this helps,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Group by precinct, calculate percentage of older voters 0
Sorry I have been missing 7
Merging worksheets into one 9
If statements 3
calculating sum 5
Find unique relationships 2
vote counting 2
excel 6

Back
Top