Hi Everyone,
I am currently trying to create an excel formula that uses an Xlookup to provide values based on multiple criteria. I am currently trying to create an xlookup based on the criteria in column A and the Edate value in Row 1. I would like to match these up against Columns T and Columns V (Using Edate in Column V) to provide the corresponding value in Column X. I am currently trying to use the formula: =XLOOKUP(1,($A7=$T$2:$T$11)*(EDATE(B$1,0)=EDATE($V$2:$V$11,0)),$X$2:$X$11,0,0), however this is not providing me with the correct value. For example, I would like my value in B6 to equal 100, B7 to equal 200, etc. If there is no corresponding value, I would like my cells to equal 0. Any help would be greatly appreciated. Thank You!
I am currently trying to create an excel formula that uses an Xlookup to provide values based on multiple criteria. I am currently trying to create an xlookup based on the criteria in column A and the Edate value in Row 1. I would like to match these up against Columns T and Columns V (Using Edate in Column V) to provide the corresponding value in Column X. I am currently trying to use the formula: =XLOOKUP(1,($A7=$T$2:$T$11)*(EDATE(B$1,0)=EDATE($V$2:$V$11,0)),$X$2:$X$11,0,0), however this is not providing me with the correct value. For example, I would like my value in B6 to equal 100, B7 to equal 200, etc. If there is no corresponding value, I would like my cells to equal 0. Any help would be greatly appreciated. Thank You!