I run a photo studio and need help with a formula that I use to keep track of the status of documents clients are to fill out and return to me as part of their booking.
In my table I have…
4 single select columns:
- Contract
- Credit Card
- COI
- COVID
Each has the following options:
- Not Sent
- Sent
- Received
- Not Needed
I want to create a “Document Status” formula column that returns 0 if any combination of the single selects are set to “Not Sent” or “Sent”. If none of those options are selected, the formula should return 1. From there I’ll create a filtered view of my table to only show me bookings with a document status of 0.
In other words, only show me bookings who have not been sent or have not returned their documents.
I had all of this working, but recently added the “not needed” option and it’s screwed everything up.
Hope that makes sense. Thanks!!