View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
JLatham JLatham is offline
external usenet poster
 
Posts: 2,203
Default is there a spreadsheet for class lists?

Shouldn't your first formula for F2 be
=B2-(SUM(C2:E2))


"savera" wrote:

Maybe something like this: (copy and paste all data below, then delete
column/row headers)

A B C D E F
1 Name Cost $ Amt Paid Amt Paid Amt Paid Due
2 Bobby $15.00 $15.00 =C3-(SUM(D3:F3))
3 Susie $15.00 $10.00 $5.00 =C4-(SUM(D4:F4))
4 Jonny $15.00 $5.00 $5.00 $5.00 =C5-(SUM(D5:F5))

{For Clarity: Column F formula is "=C3-(SUM(D3:F3))"}



"mesdot" wrote:

I am trying to use a Microsoft Works spreadsheet to set up class lists and
what the students have paid or owe for their class participation. Is there a
spreadsheet template for something like this or a suggestion of how to set up
a spreadsheet to do this?