Hi,
I'm trying to write a output as "Cy1", "Cy2", "Cy3", "Cy4", etc.... Using the formula from various Array value of A2:A6 and B2:B6 etc....
=IF(AND(MATCH(G2,$A$2:$A$6,0)),"Cy1",
All I want to achieve is If "G2" matches with A2:A10 then I want to Write in H2 as "Cy1", and similarly If "G2" matches with B2:B10 then I want to Write in H2 as "Cy1" and so on for minimum until column "F".
Thanks,
S.Saran
I'm trying to write a output as "Cy1", "Cy2", "Cy3", "Cy4", etc.... Using the formula from various Array value of A2:A6 and B2:B6 etc....
=IF(AND(MATCH(G2,$A$2:$A$6,0)),"Cy1",
All I want to achieve is If "G2" matches with A2:A10 then I want to Write in H2 as "Cy1", and similarly If "G2" matches with B2:B10 then I want to Write in H2 as "Cy1" and so on for minimum until column "F".
Thanks,
S.Saran