BrandonPorterQrew Trainee8 years agoDate Calculation for Formula Checkbox fieldI am trying to build out a To-Do app, and I want to sort by Tasks that have a due date within 7 days of the current date. My idea was to create a Formula-Checkbox field with an if/then statement that...Show More
QuickBaseCoachDQrew Captain8 years agoHere is a formulaIF(Today()-[Due Date] <= Days(7), "Due within 7 Days", "Not Due within 7 Days")
Related ContentFormula to calculate hoursFormula checkbox using manual checkbox and lookup formulaCalculating 1.5 payCalculation/Performance Limits InquiryCombining AND with OR in Formula Checkbox Field