View Single Post
 
Old 03-29-2019, 07:24 AM
NickFazer NickFazer is offline Windows 7 64bit Office 2003
Novice
 
Join Date: Sep 2018
Posts: 8
NickFazer is on a distinguished road
Default N/A Value in Lookup Formula

Hello


I have the below formula that looks up a value for glucose in a recipe from a different sheet, it works fine until the recipe I am looking up doesn't have glucose in and an error N/A value is returned, I need this formula to return a value of 0 or blank if there is no glucose in the recipe.

=IF($E8>0,VLOOKUP($E8,'F:\01 Logistics\SUGAR\[LookupGlucose.xls]LookupGlucose'!$A$1:$D$299,4,FALSE),0)


Thanks

Nick
Reply With Quote