Count number of Days
I have tried looking here for answers but not able to find the formula that will work. I have a Install Date and Install End Date. These fields are date fields. The Days field I want the formula to appear is a text field.
I need to calculate the number of days.
4/09/2024-04/-9/2024 would be 1 day
4/10/24 - 4/12/25 would be 3 days
Best Answer
-
You can multiple the duration column to the amount in a separate text/number column. =[Duration]@row * [Amount column]@row
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Answers
-
You need only rest the days. For example i use this formula to have the number of days between this two dates.
=TODAY() - Date@row
-
I can use duration but I need to multiply the number of days in duration to a $ amount
-
You can multiple the duration column to the amount in a separate text/number column. =[Duration]@row * [Amount column]@row
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
Hi! I'm trying to calculate the number of days aging, I used the =TODAY() but I'm getting "invalid operation" when using the formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.8K Get Help
- 439 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 510 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!