Hi All,
I've been pulling my hair out and I'm hoping someone has advice. Bing Copilot is running me in circles because it doesn't understand.
I have a sheet with SAP appeals that all steps have been completed (SAP completed sheet) going forward in the example. If the student turns in an appeal to the decision then they are added to a new sheet (SAPAC appeal)
I want to add a column formula to the SAPAC appeal sheet that looks for the student id on the SAP completed sheet and fills in a row. The example I'm working from (though I hope to repeat the process with several rows) will pull the row ID from SAP Completed sheet and put it in a column on the SAPAC appeal sheet based on a match to the student ID in the SAPAC sheet.
This is what I have so far and I'm not sure.
=VLOOKUP({[Completed SAP Appeal 242 moving forward]![[Student EID]]@row}, [Row ID], FALSE)
bonus points if you can tell me a way to transfer the documents and comments from that first column to the sheet :) I'm willing to use an automation but don't have the foggiest idea where to start to create it.