Forum Discussion
ubeykaya
Oct 13, 2024Copper Contributor
Updating a sheet by copying text from a cell to another cell after a day, for archiving purposes
I have two sheets in a file. Sheet 1 containts the daily meeting items. However, this is only the case for the last 5 workdays. Monday is B2. Tuesday is B5. Wednesday is B8, et cetera Every morni...
IsaiahRidge
Mar 19, 2025Copper Contributor
Using Microsoft Power Automate to automate the process of copying data from one sheet to another in certain schedules or triggers. Another approach can be to use a personal computer solution with VBA to gather the data, but you would then need to manage the resulting Excel file.