00:00This is the ultimate guide on using Excel's unique function on older versions of Excel.
00:06I've posted a video illustrating how you can do that using VBA. If you want a copy of the VBA
00:11code,
00:11it's on my community membership page. Join my YouTube membership and get unlimited access to
00:16all VBA codes featured in all of my YouTube videos. But if you're absolutely unable to join
00:23my YouTube membership, I totally understand as we've all been there once in our life. In that
00:28case, you can still perform a unique function using this formula. Let me break this formula down for
00:33you. The count if function counts occurrence of each value in the range of A6 to A44 not already
00:40present on the current cell in column H. Match function finds the position of the first occurrence
00:45of the zero within the first count. The index retrieves the corresponding value from the range
00:51of A6 to A44. And the if error function handles potential error returning an empty string if
00:57needed.
Comments