As a bit of a background, let me tell you I'm a Google-programmer. That is not to say I work for Google, but instead that I use Google as my manual for programming. So, in other words, please be gentle!
Now, here's my problem, and I feel like I've done a LOT of searching.
I have 3 values on a sheet I want to copy and paste into a table on another sheet, but the row is a variable based off a row-header, which can be identified based on yet another cell.
Let me walk you through what I'm trying to do:
End.
Thanks ahead of time for your awesome time and help!
[/LIST]
Now, here's my problem, and I feel like I've done a LOT of searching.
I have 3 values on a sheet I want to copy and paste into a table on another sheet, but the row is a variable based off a row-header, which can be identified based on yet another cell.
Let me walk you through what I'm trying to do:
- On Sheet "Post", copy cell H11 as 'gNew', copy cell H12 as 'rNew', and copy cell H13 as 'nNew'
- On Sheet "Post", look at cell C3
- On Sheet "Roster", find the row that has a match in Column "A" to "Post!C3"
- On Sheet "Roster", paste 'gNew' into that found row, Column "I"
- On Sheet "Roster", paste 'rNew' into that found row, Column "J"
- On Sheet "Roster", paste 'nNew' into that found row, Column "K"
End.
Thanks ahead of time for your awesome time and help!
[/LIST]