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 want to use below formula for remaining days;
=IF([Tamamlanma %]1 = "1", "T", [Hedef Tamamlanma Tarihi]1 - TODAY())
but when i use it , i cant see result ...
note: now i am using try version... so ı cant maybe is it possible?
thanks
Try removing the quotes from around the 1.
=IF([Tamamlanma %]1 = 1, "T", [Hedef Tamamlanma Tarihi]1 - TODAY())
Hello,
Paul is correct, removing the "" around the 1 may help resolve the issue. You also may want to confirm the column type the formula is within is a text column and the "Hedef Tamamlanma Tarihi" column is a Date column.
Cheers,
Eric
Smartsheet Support
thanks so much
I have a very simple use case: a sheet contains a Status column with values such as Completed, On Hold, and In Progress. I would like to create a dashboard chart showing the count of items per status. This feels like a basic capability that tools like Excel handle automatically by aggregating categorical values. Why does…
I am building a dashboard showing data entered into 1 overall workbook. Teams have been given a target amount to hit, so I have also created a second sheet showing a chart/grid that rolls up all the information and compares against targets using formulas calling back to the initial input sheet. If I publish this roll-up…
Hi Smartsheet Support Team, We are currently experiencing a critical issue with our Smartsheet application that is impacting multiple users in our organization. Symptoms: When trying to open Smartsheet, the app gets stuck in a continuous reload/refresh loop and fails to load the workspace or sheets properly. Additionally,…