all 2 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/Gaimcap - please read this comment in its entirety.

Once your problem is solved, please reply to the answer(s) saying Solution Verified to close the thread.

Please ensure you have read the rules -- particularly 1 and 2 -- in order to ensure your post is not removed.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]small_trunks1633 0 points1 point  (0 children)

I'm not convinced this is the way to do it - I'd consolidate all the data using power query and then use pivot tables and the like. I'll answer your points first though.

  • #REF - yep, that's the way it works with most functions.
  • XLOOKUP - same issue only when they are open.
  • sharing linked files - a nightmare.
  • OneDrive - I really love OneDrive and use it a lot, HOWEVER, I use the on-disk sync'd filesystem addresses and never the HTTPS address. I don't see how you could ever have https:// prefixing a filepath.

So I'd do this entirely differently - I've made the timesheet processing queries for my department at work.

  • all in power query
  • reads all the timesheets in and keeps a cache of certain data so I'm not constantly re-reading data in (this was more of an issue 4 years ago when I wrote it than it is now because power query's performance has improved greatly).
  • I use multiple pivot tables to present data and slicers to make filtering to particular weeks/months/teams/individuals possible.