Hi, I am hoping someone can rewrite my Vlookup formula.
The formula is currently =IFERROR(VLOOKUP(B176,'Material Purchasing'!$B$2:$E$999999,4,FALSE),"")
And the purpose of the formula is to search for a PO Number (B176) within the range of Material Purchasing'!B2:B999999 and return a value Material Purchasing'!E2:E999999, which it does.
However, this range Material Purchasing'!E2:E999999 may contain more than 1 value for which I would prefer the original =IFERROR(VLOOKUP(B176,'Material Purchasing'!$B$2:$E$999999,4,FALSE),"") formula to show an error for which I can then check it manually.
Would someone know of an easy fix for which it will only return a value if Material Purchasing'!E2:E999999 only has one output and not multiple?
The formula is currently =IFERROR(VLOOKUP(B176,'Material Purchasing'!$B$2:$E$999999,4,FALSE),"")
And the purpose of the formula is to search for a PO Number (B176) within the range of Material Purchasing'!B2:B999999 and return a value Material Purchasing'!E2:E999999, which it does.
However, this range Material Purchasing'!E2:E999999 may contain more than 1 value for which I would prefer the original =IFERROR(VLOOKUP(B176,'Material Purchasing'!$B$2:$E$999999,4,FALSE),"") formula to show an error for which I can then check it manually.
Would someone know of an easy fix for which it will only return a value if Material Purchasing'!E2:E999999 only has one output and not multiple?