Creating a multi-user spreadsheet

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi,

Does Excel have any facilities through which I can create a realtime shared
spreadsheet - such that if one user updates a cell, or a row all others see
that update & vice-versa ? Sadly not an application for a database due to
the analytics involved, though perhaps a combination if such a thing is
possible ?

Any pointers would be welcome.


Steve
 
Steve said:
Hi,

Does Excel have any facilities through which I can create a realtime
shared spreadsheet - such that if one user updates a cell, or a row
all others see that update & vice-versa ? Sadly not an application
for a database due to the analytics involved, though perhaps a
combination if such a thing is possible ?

Any pointers would be welcome.


Steve


Shared workbooks. Go to tools menu. Though the user needs to save his
changes for others to see an update.
 
Thanks - but for a realtime update system - is there any other method other
than this and that offer by the
"Bad Blue" Company ?

Steve
 
Steve said:
Sadly not an application for a database due to
the analytics involved, though perhaps a combination if such a thing is
possible ?

Databases are optimized for data storage and retrieval but are
mediocre for analysis work. Excel is an excellent for analysis but is
mediocre when it comes to data storage and retrieval (limited rows per
table, poor data typing, lack of DRI constraints etc).

Using Excel and a 'proper' database product should yield the best of
both. The preferred data access tools for Excel are ADO in VBA code
and MS Query for GUI tools.

Jamie.

--
 

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

Back
Top