In my worksheet Project, for the populated rows in column C, I use this index match formula to bring the notes from one WS into a consolidated WS: =INDEX(Project2!B:B, MATCH(Project!A:A,Project2!G:G,0))
Can someone help me rewrite this in VBA? I'd like to execute this with a quick button instead of manually copying it to every cell.
In terms of my spreadsheet, here's what function I need.
I need to find the matching Project ID numbers from WS "Project" in Column A , with the Project ID numbers in WS "Project2" Column G. Once the match is found, I need the notes from WS "Project2" in column B copied into the corresponding cell in WS "Project" column C .
Thanks in advance for any help. Please let me know if you need more info.
Can someone help me rewrite this in VBA? I'd like to execute this with a quick button instead of manually copying it to every cell.
In terms of my spreadsheet, here's what function I need.
I need to find the matching Project ID numbers from WS "Project" in Column A , with the Project ID numbers in WS "Project2" Column G. Once the match is found, I need the notes from WS "Project2" in column B copied into the corresponding cell in WS "Project" column C .
Thanks in advance for any help. Please let me know if you need more info.