Preciso de uma fórmula que faça o cálculo entre dois meses e me retorne a diferença em meses, para analisar o tempo de permanência de um cliente na base.
Por exemplo:
Entrada 01-01-2022, data atual (ou saída) 28-10-2024. Qual o tempo em meses?
Olá @jefersondaros ,
Existem várias maneiras de calcular o número de meses entre 2 datas. Uma delas é obter o número de dias e dividir por 30.
Para isso, tente:
DAYS(NOW(),{Date})/30
Want to take your formulas to the next level? Try the Advanced Formula Booster, the app that reinvents formulas in monday.
- Create formulas without using the Formula column (and avoid its limitations)
- Build formulas involving data from the previous item, the next item, the sub-items, the parent item, even items in the same group or the same board.
- In one formula, update multiple columns from multiple items.
Check our blog for real use cases.