Hello,
I'm working with multiple sheets that have some of the same information across each of them. I have employed DataMesh, but there are a few key pieces that I feel like I still need, but may just be missing the know-how to execute:
1) I am working with Resource Names across several sheets. I want the functionality that when I add a new row in Sheet A with a new resource name, it automatically creates a new row in Sheet B with just that resource name (I know with automation you can move or copy the row.. I do not want all the columns from Sheet A in Sheet B). Is there existing functionality or a formula that I am missing that would do this for me?
2) I am summing hours across sheets, currently using the following formula: =SUMIF({Name}, "Jane Doe", {Wk Sched Hrs Per Project}). This is currently manual, where I have to type in the Resource Name that is on the current sheet, while pulling the Name and Wk Sched Hrs Per Project from another sheet. Is there a way to automate this so that if a new resource row is added (as in question 1 above), that the hours are automatically summed here based on the formula pulling in the information automatically?
Thank you for any help you may provide!