benbulloch
New Member
- Joined
- Dec 14, 2010
- Messages
- 9
I'm struggling with some simple copy/paste scripting in Excel/Sheets. I'm a complete scripting newbie. Advanced at Excel/Sheets.
I have a "Today" data entry sheet. I have a "Program" sheet that stores data in a column under a Date header. I want a macro/script that will:
Simplified example Sheet is here with additional notes embedded: https://docs.google.com/spreadsheets/d/1i66I4kI733dTzoYFgsgDLRl4XWhFQc7gI-vAYKfC1Jo/edit?usp=sharing
Full sheet is here but rather complex: https://docs.google.com/spreadsheets/d/1FRbZDhqfMJ8mXJs6BJKveMstZ9Q0s-2BIv85d48Y7mY/edit?usp=sharing
I need eventually in Sheets but I'm sure I can figure out translating from VBA if easier.
Huge thanks in advance. This has been making me crazy.
I have a "Today" data entry sheet. I have a "Program" sheet that stores data in a column under a Date header. I want a macro/script that will:
- cut data from an "Actual" range on Today for a specific exercise
- search the date row in "Program" to Match whatever date is on the "Today" data entry page for the destination column address
- search the exercise category column in "Program" to Match whatever exercise is on the "Today" data entry page for the destination row address
- Finally paste source range from Today to destination "Actual" range on Program to cell address identified in Step 2 and 3
- Repeat 20 times for different exercises
Simplified example Sheet is here with additional notes embedded: https://docs.google.com/spreadsheets/d/1i66I4kI733dTzoYFgsgDLRl4XWhFQc7gI-vAYKfC1Jo/edit?usp=sharing
Full sheet is here but rather complex: https://docs.google.com/spreadsheets/d/1FRbZDhqfMJ8mXJs6BJKveMstZ9Q0s-2BIv85d48Y7mY/edit?usp=sharing
I need eventually in Sheets but I'm sure I can figure out translating from VBA if easier.
Huge thanks in advance. This has been making me crazy.