Hi,
I'm new to the forum so hello everyone! I've watched the Excel Magic Trick 369 video on YouTube and although it has helped me along the way, I'm still having problems adjusting the formula provided to my case. As it stands, my formula looks like this:
This formula is in cell A2
This formula is in cell A4![]()
=SUMPRODUCT(--ISNA(MATCH(RANGE1,RANGE2,0)))
I'm making a list of values in LIST1 that aren't present in LIST2 (as the tutorial Excel Magic Trick 369 details). As such, for blank values in LIST1 I don't want anything to appear in the new list.![]()
=IF(ROWS($A$4:A4)<=$A$2,INDEX(RANGE1,SMALL(IF(1-ISNUMBER(MATCH(RANGE1,RANGE2,0)),ROW(RANGE1)-ROW('DATA1'!$AR$2)+1),ROWS($A$4:A4))),"")
For example, LIST1 contains the values 1, 2, 3, BLANK, 5 and LIST2 contains the values 1, 6, 7, 8, 9. The new list which finds unique values in LIST1 would show 2, 3, 0, 5. I simply don't want that 0 value to appear, ie. it should only show 2, 3, 5 and the formula in cell A2 should only show that 3 values are unique.. I hope that makes sense! I have tried editing the SUMPRODUCT to subtract COUNTBLANK, but that doesn't provide a complete solution.
Does anyone have any idea of how I could solve this? Thank you in advance!
Bookmarks