I did have a read of the post at How do I execute multiple commands when using find?. Unless I have misunderstood the answer provided, I do not believe it provides the solution I am seeking.
My requirement is to find a specific set of files. If found to then create a directory. If the directory has been successfully created only then to extract the files. Once extracted to delete the source files. How would I be able to achieve this?