Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
qlueless
 
Posts: n/a
Default data entry problems

I have a spreadsheet that I'm keeping track of daily events. Column "A" has a
list
of the diferent events and the columns to the right "b,c,d,e,f,...." are
labled with the
dates of the year. It takes quite some time to manually search for each
event in the "A" column , then locate the column labeled with todays date and
enter the
number of times the event was seen. I need a way to automaticlly have this
data entered.

I recieve these counts in a text message so I've been copying the counts
onto a seperate excel sheet, but I haven't been able to take the data from
the scratch
excel sheet and plug the information into the official spreadsheet.

One other little item, I have 150 events I keep track of but I never have
all 150
items reporting event's. SO this program needs to be able to look at the new
data
determine the event name , find the cell on the actual spreadsheet with the
same
event name and then add the count in the column with the current date.


HELP!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default data entry problems

Do yourself a favor and restructure your data.

You need three columns:
Event
Date
Count

Every time a new piece of data comes in, add it to the end of your list.
When you need a report, use the data to generate a PivotTable.

Your life will be much easier. Mistakes will be far fewer. It just takes a
little time to convert your current spreadsheet into the proper structure



"qlueless" wrote:

I have a spreadsheet that I'm keeping track of daily events. Column "A" has a
list
of the diferent events and the columns to the right "b,c,d,e,f,...." are
labled with the
dates of the year. It takes quite some time to manually search for each
event in the "A" column , then locate the column labeled with todays date and
enter the
number of times the event was seen. I need a way to automaticlly have this
data entered.

I recieve these counts in a text message so I've been copying the counts
onto a seperate excel sheet, but I haven't been able to take the data from
the scratch
excel sheet and plug the information into the official spreadsheet.

One other little item, I have 150 events I keep track of but I never have
all 150
items reporting event's. SO this program needs to be able to look at the new
data
determine the event name , find the cell on the actual spreadsheet with the
same
event name and then add the count in the column with the current date.


HELP!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
qlueless
 
Posts: n/a
Default data entry problems

I need show monthly totals per each event and i also need the average count on
any given day of the week per event.

Can a pivot table do these things?

"Duke Carey" wrote:

Do yourself a favor and restructure your data.

You need three columns:
Event
Date
Count

Every time a new piece of data comes in, add it to the end of your list.
When you need a report, use the data to generate a PivotTable.

Your life will be much easier. Mistakes will be far fewer. It just takes a
little time to convert your current spreadsheet into the proper structure



"qlueless" wrote:

I have a spreadsheet that I'm keeping track of daily events. Column "A" has a
list
of the diferent events and the columns to the right "b,c,d,e,f,...." are
labled with the
dates of the year. It takes quite some time to manually search for each
event in the "A" column , then locate the column labeled with todays date and
enter the
number of times the event was seen. I need a way to automaticlly have this
data entered.

I recieve these counts in a text message so I've been copying the counts
onto a seperate excel sheet, but I haven't been able to take the data from
the scratch
excel sheet and plug the information into the official spreadsheet.

One other little item, I have 150 events I keep track of but I never have
all 150
items reporting event's. SO this program needs to be able to look at the new
data
determine the event name , find the cell on the actual spreadsheet with the
same
event name and then add the count in the column with the current date.


HELP!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default data entry problems

Yup! And so much more

"qlueless" wrote:

I need show monthly totals per each event and i also need the average count on
any given day of the week per event.

Can a pivot table do these things?

"Duke Carey" wrote:

Do yourself a favor and restructure your data.

You need three columns:
Event
Date
Count

Every time a new piece of data comes in, add it to the end of your list.
When you need a report, use the data to generate a PivotTable.

Your life will be much easier. Mistakes will be far fewer. It just takes a
little time to convert your current spreadsheet into the proper structure



"qlueless" wrote:

I have a spreadsheet that I'm keeping track of daily events. Column "A" has a
list
of the diferent events and the columns to the right "b,c,d,e,f,...." are
labled with the
dates of the year. It takes quite some time to manually search for each
event in the "A" column , then locate the column labeled with todays date and
enter the
number of times the event was seen. I need a way to automaticlly have this
data entered.

I recieve these counts in a text message so I've been copying the counts
onto a seperate excel sheet, but I haven't been able to take the data from
the scratch
excel sheet and plug the information into the official spreadsheet.

One other little item, I have 150 events I keep track of but I never have
all 150
items reporting event's. SO this program needs to be able to look at the new
data
determine the event name , find the cell on the actual spreadsheet with the
same
event name and then add the count in the column with the current date.


HELP!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
qlueless
 
Posts: n/a
Default data entry problems

Thanks, it appears to do what I wanted.

"Duke Carey" wrote:

Yup! And so much more

"qlueless" wrote:

I need show monthly totals per each event and i also need the average count on
any given day of the week per event.

Can a pivot table do these things?

"Duke Carey" wrote:

Do yourself a favor and restructure your data.

You need three columns:
Event
Date
Count

Every time a new piece of data comes in, add it to the end of your list.
When you need a report, use the data to generate a PivotTable.

Your life will be much easier. Mistakes will be far fewer. It just takes a
little time to convert your current spreadsheet into the proper structure



"qlueless" wrote:

I have a spreadsheet that I'm keeping track of daily events. Column "A" has a
list
of the diferent events and the columns to the right "b,c,d,e,f,...." are
labled with the
dates of the year. It takes quite some time to manually search for each
event in the "A" column , then locate the column labeled with todays date and
enter the
number of times the event was seen. I need a way to automaticlly have this
data entered.

I recieve these counts in a text message so I've been copying the counts
onto a seperate excel sheet, but I haven't been able to take the data from
the scratch
excel sheet and plug the information into the official spreadsheet.

One other little item, I have 150 events I keep track of but I never have
all 150
items reporting event's. SO this program needs to be able to look at the new
data
determine the event name , find the cell on the actual spreadsheet with the
same
event name and then add the count in the column with the current date.


HELP!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protected Row-Oriented Data Entry Paul Excel Worksheet Functions 2 January 20th 06 06:00 PM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
How do you create a selection box for data entry within excel Ligia Magnus Excel Discussion (Misc queries) 1 May 25th 05 08:10 PM
Linest: problems using broken reference data Alex Excel Worksheet Functions 1 May 18th 05 01:22 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM


All times are GMT +1. The time now is 04:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"