hi. i have two if statements but i need to combine them so that if BOTH are true then enter "true" into the cell but if BOTH are false enter "false" into cell.
thanks
=IF(F7=L7,"TRUE",IF(I7=L7,"TRUE","FALSE"))
AND
=ISNUMBER(SEARCH("1",F7)) ......plus could you advise how i can ask this formula to also check cell 17 along with f7?) thanks
thanks
=IF(F7=L7,"TRUE",IF(I7=L7,"TRUE","FALSE"))
AND
=ISNUMBER(SEARCH("1",F7)) ......plus could you advise how i can ask this formula to also check cell 17 along with f7?) thanks