Hello,
So, I have three workflows that are similar but each need to run on a unique workflow.
Each sheet has 8 rows of data (all informational and is removed later on in the workflow). Before I remove this information I want to test to see what workflow I should run as you cannot tell what workflow should run without this information.
I tried a filter IF [F2] Contains "X", and it only gives me one line with the text I searched for (this line is not useful to my workflow and will be removed as mentioned above) and all of the rest of the data moves to the False output.
I basically want to test to see if my sheet contains X and if it is True move all data as is on. If false, it will perform another test to see what the appropriate workflow is.
What tools would I utilize to achieve this?
Thanks!!