Hi,
Looking for someone wiser than me to help.
I have a list of unique part numbers in a summary sheet for which I wish to assign a description. In a seperate sheet, I have a data table, consisting of part numbers and descriptions. Not all descriptions per part number are identical, and so, in my summary sheet, I wish to assign to each part number, the description which is most common from the data table.
The formula I have used to do this is as follows:
={IFERROR(INDEX(Table1[Description],MODE(IF(Table1[Part Number]=SUMMARY!A3,MATCH(Table1[Description],Table1[Description],0)))),"")}
It seems to be working well, except for part numbers in my summary sheet, that only have one entry in the data table, where it is returning blank due to the iferror. Why is this? Is the mode of one piece of data, not that piece of data?
Any help anyone can share on this woul dbe much appreciated.
Many thanks.
Looking for someone wiser than me to help.
I have a list of unique part numbers in a summary sheet for which I wish to assign a description. In a seperate sheet, I have a data table, consisting of part numbers and descriptions. Not all descriptions per part number are identical, and so, in my summary sheet, I wish to assign to each part number, the description which is most common from the data table.
The formula I have used to do this is as follows:
={IFERROR(INDEX(Table1[Description],MODE(IF(Table1[Part Number]=SUMMARY!A3,MATCH(Table1[Description],Table1[Description],0)))),"")}
It seems to be working well, except for part numbers in my summary sheet, that only have one entry in the data table, where it is returning blank due to the iferror. Why is this? Is the mode of one piece of data, not that piece of data?
Any help anyone can share on this woul dbe much appreciated.
Many thanks.