Rollup worksheets into a master worksheet - automatically?

G

Guest

I would like to have three different people update their own product
lines within a master workbook. The master worksheet needs to retain
sorting ability. Is there a formula or macro I can use to pull this
information from three individual worksheets into the master workbook,
based on the user name? The master worksheet would then become "read
only".

* All column headers are the same
* The workbook would contain these worksheets: Master, Cathy, Laura,
Tonya

Thanks for your consideration.
 
G

Guest

I think I would have four workbooks. One for each of the users and the
master. Then any of the users could update their own workbook and could be
prevented from updating someone else's. Otherwise you'd need to share the
workbook to allow users to update simultaneously and some way of preventing
users accidently updating the wrong worksheet.
 
G

Guest

Thanks for your feedback. Yes, four workbooks could be employed, but I still
need to pull the information into the master worksheet. Do you know of a
formula or macro to accomplish this?
 
G

Guest

You say that all column headers are the same so it would be feasable to pull
in similar cells in each workbook based on the same cell co-ordinates but in
different workbooks i.e.

='[Cathy.xls]Sheet1'!$D$4+'[Laura.xls]Sheet1'!$D$4+'[Tonya.xls]Sheet1'!$D$4
etc
 

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

Top