You also have the TRUE and FALSE answers after the third IF function, which actually stops everything.
Why use entire column references for the XLOOKUP?
This " IF(EXACT(L4, "none"),IF(EXACT(N4, "none")," can be shortened to
IF(AND(EXACT(L4, "none"),EXACT(N4, "none")),"NOT FOUND",...
Please post a sample sheet with some data and some expected results
Thx
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
|