I would like to have a cell look up a value on another sheet in a workbook and if the number is there and is greater than 0, then have the cell say "Yes." If the value is not there/is blank, then have the cell say "Budgeted Cost." Please find the formula I am currently using, below"
=IF((VLOOKUP(B39,Tracker!$A$3:$N$200,14,FALSE)>0),"Yes","Budgeted Cost")
Solved by E. H. in 19 mins