Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Hello,
I'm trying to sum numbers in a column a if the launch date is within the next 30 days. Thanks in advance for any help!
Try something along the lines of...
=SUMIFS([Column A]:[Column A], [Date Column]:[Date Column], AND(@cell >= TODAY(), @cell <= TODAY(30)))
It will sum column A if the date is between today and the next 30 days.
thank you!
Happy to help.
I get this error when I try to edit or go into a form , formName: ajax formAction: fa_getLicensing serverStatus: false serverStatusText: CriticalException errorCode: 48 we upgraded our account recently how do we correct this issue
We are running into issues with our faculty getting sidetracked in the middle of responding to an update request and if they try to use the email link again it gives them a message that says the link has already been used or canceled. Is there a way around this or an idea to help us with this?
Hello everyone, I'm building an automated Above Ceiling Work Permit process for our hospital and have almost everything working. I'm hoping someone can tell me if the final step is possible using native Smartsheet features. My current workflow A contractor scans a QR code and completes a Smartsheet Form. The form creates a…