I have multiple unique Terms of Payment codes that I am mapping to understand what exactly are the attributes of said Terms of Payment codes. Each Terms of Payment Code written in Column "A" have static attributes in column "B" to "AA". All information in each individual column is either in "General" format or "Number" format. Some Terms of Payment Codes might have the exact same attributes in all columns and some may 50% exact same attributes. However, I am looking into finding out which Terms of Payment Codes are 100% the exact same information in column "B" to column "AA". However, this proved more difficult than expected. Below you will see an example of a Terms of Payment Code and some of the columns I would like to match.
Example of Terms of Payment Codes

I tried multiple index match formulas and tried some mixes of xlookup with if statements, but I cant seem to find the right solution. All I want is a way for me to identify which Terms of Payment Codes are exactly the same!
I would appreciate if anyone has a formula I could test out cause at this point I am lost.
Unless you tried this before, try creating a new column that will either concatenate all attributes in a single string, or generate a number by using each order of magnitude as a numeric code of particular attribute. You will get a unique identifier of every existing attributes' combo. Then, your task will be straightforward, either via a pivot table, or a formula setting a flag, or by grouping.