I have two formulae in different cells that I would like to combine into one formula.
=IF(ISNA(VLOOKUP(D25,'PO_RO_Receipts_Detail 1 '!S:S,1,FALSE)),0,(VLOOKUP(D25,'PO_RO_Receipts_Detail 1 '!S:S,1,FALSE)))
and then in the other cell:
=IF(D25=AH25, "Received","Not Received")
My end result is either "Received" or "Not Received"
Can these be combined into one formula?
Thanks.
Bob
=IF(ISNA(VLOOKUP(D25,'PO_RO_Receipts_Detail 1 '!S:S,1,FALSE)),0,(VLOOKUP(D25,'PO_RO_Receipts_Detail 1 '!S:S,1,FALSE)))
and then in the other cell:
=IF(D25=AH25, "Received","Not Received")
My end result is either "Received" or "Not Received"
Can these be combined into one formula?
Thanks.
Bob