Graphique évolution automatique

Copper Contributor

Bonjour à tous, 

 

Sur un page excel, j'ai rassemblé des données RH (ETP, poste vacant, recrutement etc) qui évoluent et sont mises à jour chaque mois. Je souhaiterai faire un graphique automatique qui sans que j'ai à copier coller ou créer chaque mois mes cellules prennent en compte les anciennes données et les mises à jours pour me créer des courbes. Comment puis-je procéder ? 

Merci ! 

1 Reply

@zberriet 

 

Your question is not easily answered. Years ago (around 30 years ago) I had responsibility for the HR and Payroll database of a major corporation. We were charged with producing a monthly "headcount" report, by location, by employment classification (FTE, part-time, temp) showing changes from the prior month. 

 

We did it by means of a fresh query each month to the mainframe database, created in the SQL query language; that exported a set of data in CSV format, as I recall, and I then created a number of Excel functions that produced the summary. It's so long ago now that I don't recall any of the details.

 

You don't tell us enough about the way you get the data in the first place. So one can only make general suggestions. One way to approach it might be:

  • Create an Excel table consisting of a record for each active employee this month, showing status, location (whatever the "slices" are that you have to report)
  • Include in that table the same data for last month.

 

  • Create a summary report that uses such functions as SUMIF or SUMPRODUCT to produce the counts for employees in each "slice" or intersection of characteristics that you are expected to report.
  • As an alternative, you might also be able to employ a Pivot Table (and associated charting capability) to summarize the data in the table.