Dynamic Formula

AlainCar

New Member
Joined
May 31, 2020
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Bonjour,

FLUFF m'a aider à résoudre quelques un de mes problèmes de fonctions dynamiques mais à l'usage quelques autres questions sont apparues que je n'arrive pas à solutionner.

Dans l'image ci-dessous je voudrais remplacer la formule en H5 par une formule dynamique qui calcule la somme cumulée de la colonne G et en I5 une formule dynamique qui calcule le pourcentage de la colonne H par rapport au total de la colonne G (Count)

Bien à vous

1591371017236.png
 

Attachments

  • 1591370904199.png
    1591370904199.png
    67.6 KB · Views: 16

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Ce serait bien d'avoir une formule dynamique pour la somme cumulee. Mais ca n'existe pas encore.

Par consequent, peut-etre:

AB
1MaColonne
211
356
4814
5216
61228
7-523
8629
9736
10339
Sheet1
Cell Formulas
RangeFormula
B2:B10B2=TRANSPOSE(MMULT(TRANSPOSE(MaColonne),SEQUENCE(ROWS(MaColonne),ROWS(MaColonne),1,0)*(SEQUENCE(,ROWS(MaColonne))>=SEQUENCE(ROWS(MaColonne)))))
Dynamic array formulas.
Named Ranges
NameRefers ToCells
MaColonne=Sheet1!$A$2:$A$10B2

Je pense qu'en francais, cette formule est:
=TRANSPOSE(PRODUITMAT(TRANSPOSE(MaColonne);SEQUENCE(LIGNES(MaColonne);LIGNES(MaColonne);1;0)*(SEQUENCE(;LIGNES(MaColonne))>=SEQUENCE(LIGNES(MaColonne)))))

Dans votre cas, on peut remplacer MaColonne par INDEX(F2#;;2).
 
Upvote 0
Hi Stephen,

Thanks it works.

I hope that a dynamic formula for cumulative sum will arrive soon ...

Best Regards

Alain
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,737
Members
449,050
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top