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
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!