I’ve built a “Communications Log” table to track the date and type of communication (i.e. email, phone, thank you note, etc.) each time we communicate with a customer (linked to a record in another table). I’m trying to build a formula to to show me the most recent date a thank you note was sent. I know I can use the rollup function and "Max(values) from the date field, but I only want to use the date if the communication type was “thank you note.”
My basic formula would be something like this IF ({communication type} = “Thank You Note”, {date}, " "). Then I could rollup the dates in this field, but I can’t get the formula to work. Any ideas?
Thanks,
Dave
