Forum Discussion
Ronstp
Mar 14, 2020Copper Contributor
Xlookup
When using Xlookup it is not searching last to first in my table if the search date occurs more than once. It is returning the results of the 1st record, not the last.
- Mar 14, 2020
You missed if_not_found parameter skipping. On the top is your formula, below is corrected one.
SergeiBaklan
Mar 14, 2020Diamond Contributor
- RonstpMar 14, 2020Copper Contributor
- SergeiBaklanMar 14, 2020Diamond Contributor
You missed if_not_found parameter skipping. On the top is your formula, below is corrected one.
- RonstpMar 15, 2020Copper Contributor
Thank you very much. This solved the problem and works perfectly. I thought "Not Found" was optional.
Thanks again, now I can sleep.
- RonstpMar 14, 2020Copper Contributor