Hi,
I have a simple although also quite complicated formula which is not working for me.
I want to create 1 view with projects which have specific fields filled OR which have a value with specific criteria.

I want to filter on all fields with Feedback filled OR with a value <14 in the second, third or fourth column.
I came up with:
IF(
AND(
{Difference Triage-Online date} =<1 7,
{Difference Triage - Closing} =< 14,
{Feedback} =! BLANK(),
{Feedback ingevuld} = yesterday
),
“TRUE”
)
Can anyone point me in some direction? Thanks!
