I am using vlookup to return a restaurant name and time. Some of the restaurants don't have a time set and it shows up as "0:00" which I don't want to see. Is there an IF formula or something I can add in that will make "0:00" not show?

Here's the formula I'm using so far:

=VLOOKUP($A$2&" "&$B21,'[2012 Every Day (New).xlsx]Every Day (time redo)'!$A$4:$AW$999,36,FALSE)&"
"&TEXT(VLOOKUP($A$2&" "&$B21,'[2012 Every Day (New).xlsx]Every Day (time redo)'!$A$4:$AW$999,37,FALSE),"h:mm")