Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default reporting based on spreadsheet data

I have a very simple spreadsheet with basically text and date data (no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because for some
cells it can be a text data with many words and the cells are not formatted
to show the whole text it would be better to use some reporting functionality
with may be a form. On that form the user could choose the data from
comboboxes he/she wants to see (be sorted) and some reports similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default reporting based on spreadsheet data

In your question you allude to the best answer. Use Access. With forms and
reports you can provide the user with exactly what they want. Excel is best
suited to analyzing numeric data, which is not what you are trying to do. It
can be done in Excel but it is a whole pile of work to come up with a
solution that will never be as good as what you could do in Access. Just my
two cents...
--
HTH...

Jim Thomlinson


"Alex" wrote:

I have a very simple spreadsheet with basically text and date data (no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because for some
cells it can be a text data with many words and the cells are not formatted
to show the whole text it would be better to use some reporting functionality
with may be a form. On that form the user could choose the data from
comboboxes he/she wants to see (be sorted) and some reports similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default reporting based on spreadsheet data

Thanks a lot, Jim.
But, they want to enter data through the Excel spreadsheet and ask me to
create it in Excel.

"Jim Thomlinson" wrote:

In your question you allude to the best answer. Use Access. With forms and
reports you can provide the user with exactly what they want. Excel is best
suited to analyzing numeric data, which is not what you are trying to do. It
can be done in Excel but it is a whole pile of work to come up with a
solution that will never be as good as what you could do in Access. Just my
two cents...
--
HTH...

Jim Thomlinson


"Alex" wrote:

I have a very simple spreadsheet with basically text and date data (no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because for some
cells it can be a text data with many words and the cells are not formatted
to show the whole text it would be better to use some reporting functionality
with may be a form. On that form the user could choose the data from
comboboxes he/she wants to see (be sorted) and some reports similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default reporting based on spreadsheet data

In that case try to create everything as similar to a database as possible.
Do not give the users direct access to the source data (The same way you
would not give users direct access to a table, but rather would create a form
for enetering and extracting data, and reports for presenting that data) When
you create your reports extract the information that you want from the source
data sheet and present it in a seperate sheet. This gives you ultimate
control over the data. Eveything that a user can touch a user can break. You
will possibly have problems with concurrency when two users want to use the
spreadsheet, and Excel is not great at helping you here. You can use the
shared workbook feature but this is a far cry from perfect.
--
HTH...

Jim Thomlinson


"Alex" wrote:

Thanks a lot, Jim.
But, they want to enter data through the Excel spreadsheet and ask me to
create it in Excel.

"Jim Thomlinson" wrote:

In your question you allude to the best answer. Use Access. With forms and
reports you can provide the user with exactly what they want. Excel is best
suited to analyzing numeric data, which is not what you are trying to do. It
can be done in Excel but it is a whole pile of work to come up with a
solution that will never be as good as what you could do in Access. Just my
two cents...
--
HTH...

Jim Thomlinson


"Alex" wrote:

I have a very simple spreadsheet with basically text and date data (no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because for some
cells it can be a text data with many words and the cells are not formatted
to show the whole text it would be better to use some reporting functionality
with may be a form. On that form the user could choose the data from
comboboxes he/she wants to see (be sorted) and some reports similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default reporting based on spreadsheet data

Thank you very much Jim again.

They want to enter the data directly itnto the spreadsheet. You are right it
can cause some problems but it still can be Ok. The sheet has been created
exactly as a database table. So, I should get any data from there.

But, my problem is I don't have any idea how to create reports from that
data/spreadsheet. Is there any features for report creating in Excel?
You've mentioned I could extract and present that data on a different
spreadsheet.
How could I do this?

Thanks,

Alex

"Jim Thomlinson" wrote:

In that case try to create everything as similar to a database as possible.
Do not give the users direct access to the source data (The same way you
would not give users direct access to a table, but rather would create a form
for enetering and extracting data, and reports for presenting that data) When
you create your reports extract the information that you want from the source
data sheet and present it in a seperate sheet. This gives you ultimate
control over the data. Eveything that a user can touch a user can break. You
will possibly have problems with concurrency when two users want to use the
spreadsheet, and Excel is not great at helping you here. You can use the
shared workbook feature but this is a far cry from perfect.
--
HTH...

Jim Thomlinson


"Alex" wrote:

Thanks a lot, Jim.
But, they want to enter data through the Excel spreadsheet and ask me to
create it in Excel.

"Jim Thomlinson" wrote:

In your question you allude to the best answer. Use Access. With forms and
reports you can provide the user with exactly what they want. Excel is best
suited to analyzing numeric data, which is not what you are trying to do. It
can be done in Excel but it is a whole pile of work to come up with a
solution that will never be as good as what you could do in Access. Just my
two cents...
--
HTH...

Jim Thomlinson


"Alex" wrote:

I have a very simple spreadsheet with basically text and date data (no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because for some
cells it can be a text data with many words and the cells are not formatted
to show the whole text it would be better to use some reporting functionality
with may be a form. On that form the user could choose the data from
comboboxes he/she wants to see (be sorted) and some reports similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default reporting based on spreadsheet data

Alex,

If you would like - send me your workbook.
Send a description of what you want and I'll build it for you...
[I have been building report type excel workbooks for years]



--
steveB

Remove "AYN" from email to respond
"Alex" wrote in message
...
Thank you very much Jim again.

They want to enter the data directly itnto the spreadsheet. You are right
it
can cause some problems but it still can be Ok. The sheet has been created
exactly as a database table. So, I should get any data from there.

But, my problem is I don't have any idea how to create reports from that
data/spreadsheet. Is there any features for report creating in Excel?
You've mentioned I could extract and present that data on a different
spreadsheet.
How could I do this?

Thanks,

Alex

"Jim Thomlinson" wrote:

In that case try to create everything as similar to a database as
possible.
Do not give the users direct access to the source data (The same way you
would not give users direct access to a table, but rather would create a
form
for enetering and extracting data, and reports for presenting that data)
When
you create your reports extract the information that you want from the
source
data sheet and present it in a seperate sheet. This gives you ultimate
control over the data. Eveything that a user can touch a user can break.
You
will possibly have problems with concurrency when two users want to use
the
spreadsheet, and Excel is not great at helping you here. You can use the
shared workbook feature but this is a far cry from perfect.
--
HTH...

Jim Thomlinson


"Alex" wrote:

Thanks a lot, Jim.
But, they want to enter data through the Excel spreadsheet and ask me
to
create it in Excel.

"Jim Thomlinson" wrote:

In your question you allude to the best answer. Use Access. With
forms and
reports you can provide the user with exactly what they want. Excel
is best
suited to analyzing numeric data, which is not what you are trying to
do. It
can be done in Excel but it is a whole pile of work to come up with a
solution that will never be as good as what you could do in Access.
Just my
two cents...
--
HTH...

Jim Thomlinson


"Alex" wrote:

I have a very simple spreadsheet with basically text and date data
(no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because
for some
cells it can be a text data with many words and the cells are not
formatted
to show the whole text it would be better to use some reporting
functionality
with may be a form. On that form the user could choose the data
from
comboboxes he/she wants to see (be sorted) and some reports
similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default reporting based on spreadsheet data

Thank you Steve, I've sent you that workbook.

"STEVE BELL" wrote:

Alex,

If you would like - send me your workbook.
Send a description of what you want and I'll build it for you...
[I have been building report type excel workbooks for years]



--
steveB

Remove "AYN" from email to respond
"Alex" wrote in message
...
Thank you very much Jim again.

They want to enter the data directly itnto the spreadsheet. You are right
it
can cause some problems but it still can be Ok. The sheet has been created
exactly as a database table. So, I should get any data from there.

But, my problem is I don't have any idea how to create reports from that
data/spreadsheet. Is there any features for report creating in Excel?
You've mentioned I could extract and present that data on a different
spreadsheet.
How could I do this?

Thanks,

Alex

"Jim Thomlinson" wrote:

In that case try to create everything as similar to a database as
possible.
Do not give the users direct access to the source data (The same way you
would not give users direct access to a table, but rather would create a
form
for enetering and extracting data, and reports for presenting that data)
When
you create your reports extract the information that you want from the
source
data sheet and present it in a seperate sheet. This gives you ultimate
control over the data. Eveything that a user can touch a user can break.
You
will possibly have problems with concurrency when two users want to use
the
spreadsheet, and Excel is not great at helping you here. You can use the
shared workbook feature but this is a far cry from perfect.
--
HTH...

Jim Thomlinson


"Alex" wrote:

Thanks a lot, Jim.
But, they want to enter data through the Excel spreadsheet and ask me
to
create it in Excel.

"Jim Thomlinson" wrote:

In your question you allude to the best answer. Use Access. With
forms and
reports you can provide the user with exactly what they want. Excel
is best
suited to analyzing numeric data, which is not what you are trying to
do. It
can be done in Excel but it is a whole pile of work to come up with a
solution that will never be as good as what you could do in Access.
Just my
two cents...
--
HTH...

Jim Thomlinson


"Alex" wrote:

I have a very simple spreadsheet with basically text and date data
(no
numbers) for action planning.

Name Action Item ... Date Quarter Notes

Users can use autofilter and sorting to see the data. But, because
for some
cells it can be a text data with many words and the cells are not
formatted
to show the whole text it would be better to use some reporting
functionality
with may be a form. On that form the user could choose the data
from
comboboxes he/she wants to see (be sorted) and some reports
similar to
Access could be shown.

Could anybody advise the way I could do it?

Thanks




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
Monthly reporting spreadsheet jb Excel Discussion (Misc queries) 2 January 19th 10 11:09 PM
Reporting on multi worksheet spreadsheet Cottamweb Excel Worksheet Functions 2 March 26th 08 03:55 PM
showing data in a different way based on a spreadsheet excel 07 newyorkjoy Excel Discussion (Misc queries) 16 May 21st 07 08:18 PM
reporting directory info into a spreadsheet Tim[_39_] Excel Programming 3 August 6th 04 11:47 AM
WEB BASED EXCEL REPORTING ibeetb Excel Programming 0 October 29th 03 06:28 PM


All times are GMT +1. The time now is 11:15 AM.

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"