Sir
greetings for the day!

Currntly i am using formula

=if(h12="ok","ok",if((and(value(d12)>0,or(h12="check this entry",k12=102,k12=103,k12=112,k12="*"))),"check this entry"," "))
but i am not getting the desired result

what i want from this nested testing

if my cell h12 is "check this entry" or cell k12=102 or k12=103 or k12=112 or k12="*" then value of the cell in which i have feeded this formula should be "check this entry" and if h12 is "ok" but either of cells k12 should not =102 or k12 should not=103 or k12 should not=112 or k12 should not="*" then the value of the formula cell should be "ok"

and if h12 is "ok" but either of cells k12 =102 or k12 =103 or k12 =112 or k12 ="*" then the value of the formula cell should be "check this entry"

one more thing sir

it all should be execeuted only when value(d12)>0 other wise formula cell should return as blank if value(d12) is not greater than zero

plz help me sir