excel - Demand supply matrix -
i have car models arranged vertically in column a.
now have 2 different excel sheets of demand , supply models respectively.
if model in main sheet matches model in both demand , supply sheet,i want "yes".
how can achive this?
=if(and((match(a3,supply!a:a,0)),match(a3,demand!a:a,0)),"yes","no")
you have explain have tried before posting anything.
Comments
Post a Comment