I want to create a formula with two different date, final count is from credit approve date?
=IF([CREDIT APPROVED]@row = 0, TODAY() - [CASH APPROVED]@row, TODAY() - [CREDIT APPROVED]@row)
Best Answer
-
Assuming that the first two columns are Date type of columns, you'll want to search to see if the cell is blank, not 0. Then the rest of your formula would work!
=IF([CREDIT APPROVED]@row = "", TODAY() - [CASH APPROVED]@row, TODAY() - [CREDIT APPROVED]@row)
See: Use Formulas to Perform Calculations With Dates
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Assuming that the first two columns are Date type of columns, you'll want to search to see if the cell is blank, not 0. Then the rest of your formula would work!
=IF([CREDIT APPROVED]@row = "", TODAY() - [CASH APPROVED]@row, TODAY() - [CREDIT APPROVED]@row)
See: Use Formulas to Perform Calculations With Dates
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!