As one of the pieces of logic in a formula I'm attempting, I want a count within a range (column) if the date (formatted as MM/DD/YY) falls within the year 2017. What do I need to change in the formula as shown in my screen shot?
Hi Tyler,
=COUNTIF({NEW ACE MASTER LIST Range 9}, YEAR(@cell) = 2017) will get you out of trouble.
Thanks for the reply, Chris. I've seen that function before in my research, but I still get the #UNPARSEABLE error. See my updated screenshot below according to your suggesting to see if I missed any spaces, commas, etc.
Hi Tyler. My pleasure.
Your formula looks correct. Could you please confirm that your source range inside the { } is definitely a date?
Yes, I've double-checked that the data range is for sure a date. Not only that, I made sure there are dates within 2017 for the formula to count. I'm stumped. (The error is actually #INVALID DATA TYPE. In my previous comment, I said it was #UNSPARSEABLE.)
Oh OK, that changes things. Can you also confirm that the column your formula lives in is also a date format?
I tried your suggestion of changing the formula column to a DATE type of column, but the error is #INVALID REF now (not sure why the error type keeps changing).
The invalid Ref error states that the existing range doesn't exist. I would double check your reference to the other sheet, and even recreate it to see if that solves your problem.
https://help.smartsheet.com/articles/2476176-formula-error-messages#invalidref
I want to push the latest status log sheet entry to the dashboard. I have added working columns for the last date, recent value (0 or 1) and recent status (text field). The recent columns are blank except for the most recent data rows (that part of the sheet is working). I have a project metric sheet template across topics…
Hi - I am trying to figure out how to create a SUM of the Total Project Time aligned to each PM for all of their projects. On my master sheet I have the Resource Type, Resource Name, and a Helper Column for Time. The Helper Time is an estimated allotted time based on the timeframe of the project. Example: <3 months = 25…
I am looking to count how many letters we have issued within each month, this is by going by the modified date, these are the formulas i have tried as i want to start this from August: =COUNTIFS(Modified:Modified, MONTH(@cell ) = 8, Modified:Modified, YEAR(@cell ) = 2025) However, it comes up with an error. Any ideas…