I would like to create a formula for cell Y2 that uses a vlookup to lookup the value in column 'A' from the 'Purchasing Units' sheet. If it is greater than 0, then show '1'. If it doesn't match, then show nothing ("").
So in other words:
=IF(Y4>0,1,"")
now I need to replace the 0 with =VLOOKUP(Y2,'Purchasing Units'!A:B,1,FALSE)
Sorry for the poor explanation.
So in other words:
=IF(Y4>0,1,"")
now I need to replace the 0 with =VLOOKUP(Y2,'Purchasing Units'!A:B,1,FALSE)
Sorry for the poor explanation.
Last edited: