Co-Authoring and combining worksheets in a workbook

Craigc3814

Board Regular
Joined
Mar 7, 2016
Messages
217
I created an excel file that has multiple worksheets in it (One for each employee that uses it). The employees go in update their data and it all appends together and allows me to make a dashboard.

It worked fine until I added my file to OneDrive in hopes of allowing people to coauthor.

I used a formula Ken Puls created years ago and I think that is my issue.

Source = Excel.Workbook(File.Contents(FullFilePath)),
#"Filtered Rows" = Table.SelectRows(Source, each ([Name] =
#"Expanded Data" = Table.ExpandTableColumn(#"Removed Columns", "Data", {"Column1", "Column2", "Column3", "Column4", "Column5",

It will not run now because the file is open, I did some research and saw that if you filter out files that start with ~ that it will solve the issue but I cannot do that.

Is there a better way to append all sheets in the workbook you are using that I have yet to learn?
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,523
Messages
6,120,038
Members
448,940
Latest member
mdusw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top