Forum Discussion
TylerVono
3 years agoHelper III
Column Comparison - Vlookup
I have two columns I need to compare, one column: 'MOM Stocking Report': Shows all stocked items & 'Demand Seg': Shows the complete list of purchased items. I need to compare them against one ano...
tamerj1
3 years agoCommunity Champion
Hi TylerVono
Please try
Stocking Agreement? =
IF (
ISEMPTY (
FILTER (
RELATEDTABLE ( 'MOM Stocking Report' ),
'MOM Stocking Report'[Item Number] = 'Demand Seg'[ITEM NUMBER]
)
),
"YES",
"NO"
)- TylerVono3 years agoHelper III
Hi There Tamerj1, I tried the equation and the same thing happens, the 'YES' result will not show up on the table, I dont think they're comparing against one another. See below, do you have any other ideas? I have a Many to Many cardinality for 'Item Number', it says there are duplicates but as you can see I removed them: