Dear Airtablers,
I fully accept that I might be working non-intuitively, and am looking for help and suggestions.
I‘m attempting to keep my accounts under control and wish to flag up the 4 possible statuses I can conceive - either an invoice is „Paid on time“, „Paid late“, „Open“ (unpaid but not yet late) or the worst kind „Unpaid and late“.
As a beginner I‘m having terrible trouble but not much fun finding out how to do it.
I have the following fields:
- Date invoice sent
- Terms in days
- Due date (automatically generated from formula)
- Date paid (blank if open)
- Pay cycle (in how many days did my client pay?)
- Days late
- Punctual/late/unpaid?
What I (think I) want:
In „days late“, I want to show 3 things.
- Invoice on time (thumbs up)
- Invoice late and unpaid (exclamation mark and number of late days)
- Invoice late and paid (alarm clock and number of days late)
So far I managed:
IF({Pay cycle in days} >14, DATETIME_DIFF({Date paid},{Due date},"days"))
How do I nest the next two settings, and what order should they go in?
Thanks in advance for helping me with my baby steps.
