I am facing a very challenging issue that I need some ideas on. I have a sheet that serves as a master bill of materials for a process. This sheet contains many rows that derive multiple values from a lookup sheet (achieved via cross-sheet index/match formulas). Two of these cross-sheet results are checkboxes that determine which items from the master sheet go to one of two subsequent Setup sheets after approval. Here are the conditions that need to be satisfied:
- Status=Approved
- Setup 1 or Setup 2=Checked (this is the cross-sheet formula result)
So, I have tried to accomplish this using 1) a Copy Row automation and 2) a report. Neither is working for me. I found a note in Help about Copy Row not being able to reference cross-sheet formulas as a trigger. It seems that reports do not recognize the cross-sheet derived checkbox as a valid Report Filter either.
Does anyone have any brilliant ideas on how to solve this obstacle. This is a major issue in this process which I did not expect to be a problem, but not it is. I appreciate anyone's input on my situation.