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, fichier Y, ou je comptabilise autre chose. 

Lorsque j'ai un nouvel employé je l'ajoute au fichier Y et il se copie dans le fichier X

Dans les colonnes de tâche F,G,H,I... J'inscrit manuellement pour chaque travailleur combien de fois ils l'ont fait chaque. 

Mon problème est que quand je remet en ordre alphabétique le fichier Y les données que j'entre manuellement dans le fichier X (colonne F, G,H,I ) ne suivre pas le nom. Sa décale, donc les donnée qui étaient dans les lignes en dessous se retrouve une ligne plus haut. Les données de Martin décale à Ajout

 

Peut-être aurez vous d'autre solution, je n'ai peut-être pas le bon tableau : Je dois faire un tableau pour comptabiliser le nombre de tâche différente par employé par mois. J'ai donc 3 variable : 12 mois, 140 employés, 30 tâches et plus

 

Présentement je prévois faire un onglet pour chaque mois... si vous avez mieux se serait parfait 

 

Merci pour votre aide

  • 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.

6 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    annesophieplourde Can't be certain from just looking at the pictures, but you have hidden column E. If that one is empty, sorting columns A to D will not be synchronised with columns F to H.

      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        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