Forum Discussion
ExcelGeek90
Jun 06, 2024Brass Contributor
Xlook up empty cell (repeat)
Hi team, I applied Xlookup and found in my look up array there are some cells which are emptied and in return array there are different values for empty cells. In my result I only see value ...
Riny_van_Eekelen
Jun 06, 2024Platinum Contributor
Use the FILTER function instead. The basic formula would look like this:
=FILTER(return_array,lookup_array="")