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| Principal Consultant
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| Principal Consultant
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
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!