What is Mirror Magic: Numbers?
Mirror Magic: Numbers is a suite of automation templates which copies the summary of a number mirror column to another number, text, or mirror of number or text column.
- Supports mirrors of numbers columns.
- Supports mirrors of mirrors of numbers columns.
It is possible to chose a mirror of any type of mirror column, so chose a column you know mirrors a mirror of numbers. Mirrors of Formulas are not supported.- Writes the summarized value to a numbers or text column, including mirrors of numbers or text.
Only the first mirrored item is copied to at this time. Mirrors of mirrors are not supported for output.
Automation Templates
- "When button clicked copy sum of numbers mirror to target column"
- "When status changes to something copy sum of numbers mirror to target column"
- "When date arrives copy sum of numbers mirror to target column"
- "When column changes copy sum of numbers mirror to target column"
Supports subitems when the selected trigger column is a subitem column
Mirror Magic: Numbers actions are not supported in the custom automation builder due to monday.com limitations.
Summary Functions
Summary functions are the method by which the number mirror column is summarized. Number mirrors have a default summary method of "sum" but you can change this in the mirror column settings. The recipe allows you to override the column setting, and create a summary using any of the supported methods.
- Sum - the sum of the mirrored numbers.
- Average - the average of the mirrored numbers.
- Median - the median (middle most) number of the mirrored numbers.
- Min - the lowest value of the mirrored numbers.
- Max - the greatest value of the mirrored numbers.
- Count - the count (how many) of the mirrored numbers.
- Count Positive - the count of how many numbers are positive.
- Count Negative - the count of how many numbers are negative.
- Count Zero - the count of how many numbers are 0.
- Sum Positive - the sum of all the positive numbers.
- Sum Negative - the sum of all the negative numbers.
- Average Positive - the average of all the positive numbers.
- Average Negative - the average of all the negative numbers.
- Mirror Summary - use the default summary method according to the column settings.
Blank numbers are ignored, they are not treated as 0s. This is consistent with monday.com's behavior.