Hello All,
I thought this would be a simple task, but about three hours in of trying to figure this out, I'm at a loss.
I have a total of 5 sheets, 1 reference sheet and 4 intake sheets created from the reference sheet. I'd like to take the information from the 4 sheets and "link" them to the reference sheet by title column that is used in all 5 sheets (the titles are exactly the same).
The column title that has the info I need is titled RCW/Code/Regulatory Authority on all 5 sheets.
I'm using IFERROR because the 4 sheets originated from the 1 reference sheet. I wanted teams to fill out information only pertaining to their team in the RCW/Code/Regulatory Authority column, so I made individual sheets for each from the 1 reference sheet, so basically the same sheet 4 times. That's why the titles in the primary column are the same.
I have tried several variations of the formula below and get an Incorrect Argument Set error each time. The formula below is the most recent one I tried.
=IFERROR(IFERROR(IFERROR(IFERROR(INDEX(COLLECT([RCW/Code/Regulatory Authority]@row, {Data Responses - EngineeringRCW1}, 0)), {DR Eng2}, INDEX(COLLECT([RCW/Code/Regulatory Authority]@row, {DR EnviroProg2}, 0)), {Data Responses - Enviro Prog1}), INDEX(COLLECT([RCW/Code/Regulatory Authority]@row, {DR-Ops2}, 0)), {DR-Ops1}), INDEX(COLLECT([RCW/Code/Regulatory Authority]@row, {DR SDA2}, 0), {DR SDA1}), INDEX(COLLECT([RCW/Code/Regulatory Authority]@row, {DR TOSE2}, 0), {DR TOSE1})))
Please help 😊
Thank you,
Linda