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.
Hey, Is anyone else facing this issue in the approval notifications sent through smartsheet
I have a sheet with a list of customers in one column, and then the following columns are City, Monday, Tuesday, Wednesday, Thursday, Friday. I need help with a formula that I can put in my sheet summary so that if the customer column says Staples (It can say this in multiple rows) that it will tell me the total package…
Hi Smartsheet community, I've always tried to answer questions but this is my first time posting. So I have formula =IF([Project Status]@row = "Complete", 1, 0) set up in the "Complete Check - Hide column" to check the box when the project status is marked complete. The project status column is tied to several other sheets…