Forum Discussion
RandomPanda1933
Dec 12, 2024Copper Contributor
Xlookup with nested IF
Thank you in advance for your help. What I am trying to do is return a value (using Xlookup) but only if another value matches. Maybe I need to use Index/Match, but here's my example: Col A Col B...
SergeiBaklan
Dec 14, 2024Diamond Contributor
As variant
=XLOOKUP( $G$2 & "=" & $G$3, C:C & "=" & A:A, D:D, "-" )