Subitem Number count-up to Task

Hi All.

Is there a functionality to have the sum of a numbers column in sub-items be totalled in a numbers column in the top line task?

I have a board tracking high level project timings for our technology team, with all the usual information, including a numbers column to state the number of manhours that project will take. This is for resourcing planning using a Workload widget.

Some of these projects need to be broken down into smaller tasks via sub-items, again, with each having its manhour resource defined.

I’d like to have an automated rule or formula to sum up that numbers column in the sub-items and total it in the top line task. There’s no automation that I can currently find to achieve this, so I’m wondering if theres a work around or formula to make this possible?

hi @Sam-APC

Welcome to the community. Out-of-the-box you can click the column header in your subitem and select Settings → Show Summary on Parent Item. Like:


This creates a new column in the parent item the shows the sum of the subitems.

However, there are two challenges here:

  1. the new column in the parent item is a special kind of mirror column and you can’t do much with that
  2. if there are parent items without subitems you can’t use the same (new) column to enter the number directly.

Alternatively, you can use this app: https://monday.com/marketplace/10000124 which also shows the summary of all subitems but in an existing number column in your parent item. Therefore this app won’t have the challenges listed above. See also https://excellent-team.nl/solutions/rollup-subitems/ and this video (start at 16:20) RMB and RSI video.mp4 on Vimeo

1 Like

Hi @Sam-APC,

Great question! As Bas mentioned, the native “Summary on Parent Item” option has some real limitations — it creates a mirror-type
column you can’t use in formulas, dashboards, or the Workload widget, and it breaks for parent items without subitems.

SubItems Pro solves this cleanly with its Rollup Sync feature — here’s how it would work for your manhours tracking:

Setup (takes about 30 seconds):

  1. Add SubItems Pro as a Board View on your project board
  2. Open the Rollup view and create a rule:
    • Source: your subitems “Manhours” column
    • Function: SUM
    • Target: your parent item “Manhours” column (a regular numbers column!)
  3. Toggle on Auto-Sync — that’s it

What happens next:

  • Every time a subitem’s manhours value changes, the parent total updates automatically in the background
  • It writes to a real numbers column, so it works perfectly with your Workload widget, formulas, dashboards, and automations
  • No mirror columns, no workarounds

Beyond SUM, you also get:

  • AVG / MIN / MAX / COUNT — for numbers columns
  • Status rollups — e.g., show “Done” on parent only when all subitems match
  • Date rollups — earliest/latest dates across subitems
  • Timeline rollups — auto-span parent timeline from subitem date ranges
  • Multiple rules per board — so you can roll up manhours, status, and dates all at once

And if you ever need to bulk-manage subitems themselves, SubItems Pro also handles:

  • Bulk Create subitems across multiple items (with value inheritance from parent)
  • Clone subitems from one item to others
  • Bulk Edit subitem column values across items in one go

Happy to answer any questions! You can find it here: SubItems Pro on the monday.com Marketplace

Hi @Sam-APC

Yes — this can be achieved using Make Automation

Since monday.com doesn’t natively push a summed value from subitems into a Numbers column on the parent item, you can automate it externally.

How the solution works

Create a Make scenario that triggers whenever subitems are created or updated. It will:

  • Fetch all subitems under the parent project

  • Read the manhour values from the Numbers column

  • Calculate the total

  • Write that total into the Numbers column on the parent item

As a complimentary, here is our magic link to get 1 Month Pro plan free (10,000 operations)
https://www.make.com/en/register?pc=msquare

If you need any implementation support kindly contact us

MSquare Support
Visit us here
Youtube Channel