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 there, I've created a sheet to where my team is tracking information received. In one column, we are logging the date and time information came in (ie: November 21, 2025 8:30 AM). I would like to add a checkbox column, with a formula specifying that the box be checked if the logged time is AFTER 8:30 AM, and left…
I have a column named Territory, where I am trying to write a formula to populate it when names are chosen from an adjacent drop-down list column called Employee Attendee. If more than one name is selected from the Employee column, I would like their respective territories to populate in the Territory field, separated by a…
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…