View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brent Brent is offline
external usenet poster
 
Posts: 109
Default Formula Question

If I have the below VLOOKUP and the result is $0, how do I had to the
equation to show an actual result of 0?

=VLOOKUP(E15,'MLS Listings Pivot'!$A$6:$M$299998,6,FALSE)

Thanks!