Forum Discussion

annesophieplourde's avatar
annesophieplourde
Copper Contributor
Apr 15, 2021
Solved

Tableau décalage

Bonjour,  J'ai un tableau excel, dans un fichier X, (colonne A jusqu'à BV ligne 3 à 142). Dans la colonne A, B, C, D, il y a des données qui sont collés lié a partir d'un autre fichier excel, fichie...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 15, 2021

    annesophieplourde 

    If these are simple links they actually mean that you take values from Y files in accordance to their row-column coordinates. If you reorder these data it affects A:D in file X, values appear here in another order but actually you don't sort records in X. Since data in columns from F are not connected to A:D data they stay in their own place independently on which values are returned by links.

     

    Actually you need manually enter data in some column into both files, that could be person ID. Based on it you may lookup (XLOOKUP, whatever) other data which are now in A:D. Independently of sorting Y it always returns the same data based on ID. Data from F also will be connected to ID since they are in the same record and ID is entered manually. With that you may sort/filter X and Y independently.

Resources