(solved) Running on activation of two collision events

Hello,
I wanted to know that is there a way So I have a hand which is controlled by mouse. I have attached a Sphere collider at the centre of my hand so if the object I want to pick collides with it the object will be eligible for picking. but what happens now is that object gets picked on my Left click no matter where the pickable object is and collision event gets ignored. Is there a way that the object gets picked on left mouse click but only if it collides with the sphere collider.

PS I am not a programmer

Solution. Added an If statement. So silly me.

Can you please create a comment with your Solution and then mark it as correct instead of Editing the question and putting a (solved) tag.

This will help keep the board clear.

Thank you.

I am really sorry here is the solution.