I have two sheets that I am using for this issue. Sheet A is a form intake sheet where individuals answer several questions and upload a file/report. That report is then reviewed and, if determined to be complete/accurate, I select "Approved" in a drop-down box (Column named "Approval") on Sheet A.
On Sheet B, we have 500+ locations each designated with a 3-digit alphanumeric code (Column named "Facility Code").
What I want to happen is once the "Approved" designation is given on Sheet A, I want a date from a date field on Sheet A (Column named "Date Submitted") to transfer to the corresponding date field (Column called "New Date") in the row with the matching 3-digit alphanumeric code on Sheet B. (ie Facility Code 002 has been placed into Approved status so 2/14/24 now copies from Sheet A over to a blank date column in the row for Facility 002 on Sheet B).
I have tried INDEX/MATCH, INDEX/COLLECT, JOIN, and several other less promising things but cannot return this date. 2 and 1/2 hours in and all I am seeing are commas, braces, and parentheses. Where is automation when you need it? Thanks, any help would be greatly appreciated.