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.
I need to extract and split the contents of a cell in a Smartsheet into three separate columns to a new smartsheet. The cell entries are originally submitted through a form.
Hello, Just investigating an idea. I'm building a staff register sheet. I'm curious to know if its possible to populate specific cells by the answers given in a form? So if, in a form, a staff member gives their name, the date and that they will be on leave, sick, training ect. Once the form is submitted, it will populate…
My current formula is below. I would like to update this so that I only get a total of those that have been Quoted and have a timeframe data of 2025. How do I add this extra filter into the formula? =SUMIF(Status:Status, "Quoted", [Est. GP]:[Est. GP])