Hello, I am trying to do the following:
If there is an X in any one of the cells: A1 to A5, than I would like to input a Yes in cell A6. If any one of the cells does not have an X in it, than I'd like to leave it blank.
I have come close with a few formulas, but not quite there.. any tips?
=IF(A4="X","YES",0) * NOT quite for the whole range, but close
= MATCH("X",A1:A5,0) * Almost
=VLOOKUP(b8,A1:A5,"YES","") * No luck.
<table border="0" cellpadding="0" cellspacing="0" width="74"><col width="74"><tr height="19"> <td class="xl66" style="height:14.4pt;width:56pt" height="19" width="74">
</td> </tr></table>Thanks
If there is an X in any one of the cells: A1 to A5, than I would like to input a Yes in cell A6. If any one of the cells does not have an X in it, than I'd like to leave it blank.
I have come close with a few formulas, but not quite there.. any tips?
=IF(A4="X","YES",0) * NOT quite for the whole range, but close
= MATCH("X",A1:A5,0) * Almost
=VLOOKUP(b8,A1:A5,"YES","") * No luck.
<table border="0" cellpadding="0" cellspacing="0" width="74"><col width="74"><tr height="19"> <td class="xl66" style="height:14.4pt;width:56pt" height="19" width="74">
</td> </tr></table>Thanks