ContributionsMost RecentMost LikesSolutionsRe: Ask Me Anything about Quick Base PerformanceWill the calendar view on dashboard ever be available to view entire year at once? Re: Subtracting Different amount of days based on what option is chosen in two different fieldsThank you very much!Subtracting Different amount of days based on what option is chosen in two different fieldsI have a Due Date Field, in which I want it to look at the Item Type Field, and Task Field and based on what is chosen it will calculate a Due Date. I started typing this Date Formula but this field will only populate if I choose Video Jet which I am assuming I am missing information in this. I also will do a check box or button override for certain items that will need to be manually edited. Any help would be awesome. If([Item Type]="Proficiency Testing", If (([Task]="Video Jet"), WeekdayAdd ([Due Date], -60)), If ([Item Type]="Proficiency Testing", If (([Task]="Labels Applied"), WeekdayAdd ([Due Date], -60)), If ([Item Type]="Proficiency Testing", If (([Task]="Collating"), WeekdayAdd ([Due Date], -50)), If ([Item Type]="Proficiency Testing", If (([Task]="Dispensing / Gluing"), WeekdayAdd ([Due Date], -40)))))) Highlight Duplicate entry on ReportLooking for a formula that will highlight if a Name Populates twice on a report. We are having employees log into projects to track time. Sometimes our employees forget to log out and start a new project. Appreciate any help on this. Thanks,