pcorpz
Active Member
- Joined
- Oct 29, 2004
- Messages
- 324
Currently I have this array formula in my SO table: I also have a similar formula in my PO table.
{=IFNA(INDEX(PO[Price],MATCH([@[SO Date]]&[@[User Name]]&[@[Item No.]]&[@[SO Qty]],PO[Posting Date]&PO[User Name]&PO[Item No.]&PO[Quantity],0)),"Not Found")}
What I'm hoping to accomplish is for those "Not Found', I want excel to do another lookup -- but restrict the lookup array to only those that have the "Not Found" value in my PO table (Column R). And for my lookup value to just be the just the Item No. column. Is this possible?
{=IFNA(INDEX(PO[Price],MATCH([@[SO Date]]&[@[User Name]]&[@[Item No.]]&[@[SO Qty]],PO[Posting Date]&PO[User Name]&PO[Item No.]&PO[Quantity],0)),"Not Found")}
What I'm hoping to accomplish is for those "Not Found', I want excel to do another lookup -- but restrict the lookup array to only those that have the "Not Found" value in my PO table (Column R). And for my lookup value to just be the just the Item No. column. Is this possible?