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:
Hi,
I am trying to count live tasks that are overdue but I am getting #INVALID DATA TYPE
This is the formula I am using
=COUNTIFS(Status:Status, <>"Complete", [End to End Due Date]:[End to End Due Date], <=TODAY())
Any ideas?
Thanks
Karen
Hi Karen,
At a glance, it looks correct. Did you write the formula in Smartsheet?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
I have just started using Summary Sheet. It's the only formula I have had problems with so far. I have tried it on other sheets as well with no joy.
Sorry, wrong screenshot
Do you have any blanks or "non-dates" in your date range?
Perfect! There were non-dates! Thank you so much
Happy to help. You can have non-dates within your range. It just requires some slight tweaking in our formula to account for.
Happy to help!
I saw that Paul answered already!
Let me know if I can help with anything else!
Andrée
Hi Paul,
Sorry, another quick question. I do have some date fields in another sheet that do need to be blank. How do I change to ignore them?
=COUNTIFS(Status:Status, "Live", [End to End Due Date]:[End to End Due Date], IFERROR(DATEONLY(@cell), TODAY(1)) <= TODAY())
Give this a try and let me know how it works out for you.
Hi all, reaching out to see if of you have ideas; I'm hoping this makes sense: I'm having some trouble getting my formulas to pull data in correctly. I currently have a sheet (primary data) where I have data in rows where each row is a single project, with columns identifying persons, $ values, unique project identifier,…
Hello, I have a workflow where, when a team member checks a checkbox, Smartsheet automatically sends an email to themselves containing merge fields that are used as a customer email draft. The challenge is that this activity typically happens on a deadline day, and a team member may need to generate 30 or more of these…
I have a sheet with 5000 rows and 30 columns. with 4 columns of them are formular columns. How can i reach this limit for 25000000 formular cells reference? How can i enlarge this limit? I need those formular to link some data from another sheet as there is also Max cells limit for one sheet. How can I join those data…