RE: Rollup fields with calculated fields based on date fields
                     
                    
                      
                        Hello Wahaj,
I tried using workflow but I can not add the date fields to my whole number fiels in "set properties" when selecting "update record".
I also tried to change my calculated field to a calculation of 2 simple fields instead, but when I do the following formula it is counting very strange. (DiffInDays(start_date, Now()) / DiffInDays(start_date, deadline)) * 100
For example:
2020-07-20 is the start date
2020-07-22 is today
2020-07-23 is the deadline
the first part of the formula: DiffInDays(start_date, Now()) is calculating 3 days. 
and the second part of the formula: DiffInDays(start_date, deadline)) is also calculating 3 days. 
To me this makes no sence. 
BR, 
Emma