Hi,
request for help. Is it possible and how to do a macro in Excel VBA so that:
- the assumption of the whole file is to compare the appropriate columns with each other, but ...
- I have prepared an Excel list with 5 columns with different names, the statements are prepared by different people and the names of the columns are always the same but in different order .....
... and here is my problem: I want to always compare the values of the columns with the same names / headers that are sometimes in a different place in the statement
The IF function is used below for the "T" column named PRODUCT. Unfortunately, if the set is prepared in such a way that the PRODUCT column will not be the 'T' column, but for example the "L" column, then unfortunately it does not fulfill its function.
= IF (OR (T10 = T11, T11 = T12), "TRUE")
request for help. Is it possible and how to do a macro in Excel VBA so that:
- the assumption of the whole file is to compare the appropriate columns with each other, but ...
- I have prepared an Excel list with 5 columns with different names, the statements are prepared by different people and the names of the columns are always the same but in different order .....
... and here is my problem: I want to always compare the values of the columns with the same names / headers that are sometimes in a different place in the statement
The IF function is used below for the "T" column named PRODUCT. Unfortunately, if the set is prepared in such a way that the PRODUCT column will not be the 'T' column, but for example the "L" column, then unfortunately it does not fulfill its function.
= IF (OR (T10 = T11, T11 = T12), "TRUE")