I have been successful at pulling previously populated cell data from sheet A which is auto-populated by Form A to populate specific cells in sheet B; however, I have not been able to find a way to automatically pull newly populated data coming in from Form A or a recurring/cyclical basis (e.g. anytime a new form entry is filled, the specific cells I need to be copied, are copied and pasted to the specific cell locations needed.
I am currently using this formula within Sheet B: =INDEX({Sheet A - Support Request Range 3}, MATCH({Sheetname A- Support Request Range 2}, {Sheetname A - Support Request Range 5}, 0))
Works for populated data but is not looking for new data coming in from Form A. Thoughts?