Hi there
I have made a formula to extract the unique product values from a table, however I am getting an #N/A error which I do not understand.
Basically the formula works in the first cell, however when I drag it down I receive an #N/A error. I believe it is because of the range $A1$:A1 in the formula but I have tried quite a few things and the error message remains.
The formula looks like this: {=INDEX(Table1[ProductNumbers],MATCH(1,IF((Table1[ProductNumbers]<>$A1$:A1)*(Table1[Year]="2016"),1,0),0))}
I would appreciate if someone could tell me why I receive the error and how it can be fixed.
I have made a formula to extract the unique product values from a table, however I am getting an #N/A error which I do not understand.
Basically the formula works in the first cell, however when I drag it down I receive an #N/A error. I believe it is because of the range $A1$:A1 in the formula but I have tried quite a few things and the error message remains.
The formula looks like this: {=INDEX(Table1[ProductNumbers],MATCH(1,IF((Table1[ProductNumbers]<>$A1$:A1)*(Table1[Year]="2016"),1,0),0))}
I would appreciate if someone could tell me why I receive the error and how it can be fixed.