IF with due date of payment
Hi dear Community,
would you please help me to find the last step π
I need to find the final formula to show in which quarter is a payment due.
My problem is the quarterly, half year or yearly payment π
Answers
-
I would use an AND statement in that If Statement. It would be formatted like below... You're basically checking to make sure both variables are true.
IF(AND(Zahlwelse@row >= 1, Zahlwelse@row <=3), Zahlbetrag@row
-
thank you @Mike Wilday ,
but how considers your formula in which quarter is the payment due - based on column "FΓ€lligkeit" (due date) ?
-
I'm sorry, I misunderstood the question. Try using the "FΓ€lligkeit" column in addition to the Month formula...
IF(AND(Month(FΓ€lligkeit@row)>=1, Month(FΓ€lligkeit@row)<=3), Quarter 1, ...
This will compare the months to determine whether it's in Quarter 1 or not and can be replicated for Months 4-6 for quarter 2, 7-9 for quarter 3, and 10-12 for quarter 4. Hopefully, that will put you in the right position to develop your formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!