Forum Discussion

charleshale's avatar
charleshale
Continued Contributor
2 years ago
Solved

Bug in Lookupvalue() ?

I am experiencing a result wherein a simple lookupvalue() for the exact same value sometimes returns blank and sometimes doesnt.   I have never seen this before.   Here's the detail:  I am adding a...
  • Greg_Deckler's avatar
    2 years ago

    charleshale So LOOKUPVALUE will return BLANK if more than one row is returned. I've encountered some issues with it honestly which is why I always use MAXX( FILTER( ... ), ... ) instead.