agentsclimarketplace

Run2 excel statistics

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3.1-pro-preview/weighted-gdp-calculation/run2_excel-statistics

Calculating and rounding summary statistics like percentiles in Excel.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_excel-statistics

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 198 tokens by cl100k_base, as published. Nobody here has run it

Statistical Metrics in Excel

Excel provides built-in functions for summarizing data sets. When formatting is restricted, or exact value representation is required, use ROUND.

Key Functions

  • Min / Max / Median: =MIN(range), =MAX(range), =MEDIAN(range)
  • Mean: =AVERAGE(range)
  • Percentiles: The safest function across all Excel versions and LibreOffice is =PERCENTILE(range, k) where k is the fraction (e.g., 0.25 or 0.75).

Applying Hard Rounding

To force a calculation to a specific decimal place explicitly (not just visually formatted), wrap the entire calculation in ROUND:

=ROUND(PERCENTILE(H35:H40, 0.25), 1)

This ensures the stored value is accurately rounded to one decimal place, e.g., 12.3.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.