I need the difference between “F. Ent V0” & “F. Ent SOL”.
There is not a start date and a finish date, both are independent dates. I mean, the result can be “2 days” or “-2 days”.
I tried workdays formula and netdays formula.
But I don’t understan the results you can see. When both are the same date, the result is 1 day. When the difference is 1 day between both dates the result is sometimes 2 days and sometimes 0 days.
The problem is that Monday does not recognize the results as a numeric data so I can not calculate the average of the columns.
Do you know how can I fix this?
GCavin
(Gilles Cavin - Reinventing Formulas in monday.com)
4
Hi Daniel,
Then use:
IF({F. Ent SOL}>{F. Ent VO},
WORKDAYS({F. Ent SOL}, {F. Ent VO})-1,
1-WORKDAYS({F. Ent VO}, {F. Ent SOL})
)
And, in the summary, change the Unit to días.
What if we could break free of the Formula column? and write formulas that update any type of columns? What if a formula could update multiple columns at once? This is possible with the Advanced Formula Booster app.