Hello!
Looking for help with my formula that would enter the text "complete" if the checkbox column was checked and if the checkbox column was not checked it would subtract the due date from today's date to get days remaining.
Here is my attempt at a formula - thank you for the help!
=if([Data Received]@row, 1 = "Complete"),if([Data Received]@row,2 ([Data Due]@row-TODAY(),