Hello SB Community,
I have a formula for a “status field” that keeps tripping me up. I have tried multiple ways and can get parts of it to work, but not all. Undoubtedly I’m a comma or similar away from the solution, but by now I’ve tangled myself so far in my own head that I have to admit defeat and humbly ask for assistance.
I have the following columns that should be considered in the formula:
{End Date} = Formula field
{BiU} = Checkbox field
{Last Shared} = Date field
{Next Share} = Formula field
What I want to achieve is:
If {BiU} is NOT checked = ‘-’
If {BiU} is checked AND TODAY() is after {End Date} =
If {BiU} is checked AND TODAY() is BEFORE {Last Shared} and {End Date} =
If {BiU} is checked AND TODAY() is AFTER {Last Shared}, but BEFORE {End Date} = Link
So thankful to the community