How do I create a spreadsheet?

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

Guest

I need create a simple spreadsheet. To show the total number of tasks that
was comlpeted that week. Can you help me?
 
badgirl1016 said:
I need create a simple spreadsheet. To show the total number of task
that
was comlpeted that week. Can you help me?

Hi badgirl1016,

It depends how simple it was and how many tasks you did, but here's
very simple one,

Col A Col b
Monday 1
Tuesday 1
Wednesday 1
Thursday 1
Friday 1

in cell b6 =SUM(B1:B5)

oldchippy :
 
Your request is a bit vague, but how about this:

Enter the days of the week in cells A1, A2 etc down to A7. In column B
you can enter the number of tasks completed for each day. In C1 enter
the word "Total", and in D1 enter this formula:

=SUM(B1:B7)

Is this the kind of thing you were after?

Hope this helps.

Pete
 
Hey oldchippy,

What are the chances of the two of us posting at exactly the same time
an almost identical solution to such a vague request ??

Pete
 
Back
Top