Hi @santosh chaturvedi,
I understand this way based on the information you shared, so if I have misunderstood anything about your request, please let me know.
Based on your screenshot, I have recreated two sample mother and filtered data tables like this:

Based on your requirement "if(VAlues of two columns from Filtered table (without zeros) in included from mother table), "OK","NOTOK")", in cell H3, you can use this formula then copy paste it down: =IF(G3=0,"",IF(COUNTIFS($A$3:$A$33,F3,$B$3:$B$33,G3)>0,"OK","NOTOK"))

If this is not your goal, please share a sample of your expected outcome so I can clearly understand your request and provide a more appropriate guidance for your concern.
If you have any questions or need any further clarification, please leave a comment here and I will be happy to continue to help you.
Thank you for your patience and understanding. I'm looking forward to your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.