Sign in to join the conversation:
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
Hi! I'm fairly new to SmartSheets but have been trying a number of things that havent yet worked. I want to be able to show for each parent row, the number of child rows completed as a %. So for the parent row Process Overview there are 7 tasks and 6 tasks are complete so I want it to show as 90%. Can anyone help me?
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…
Hello, I am trying to find the average audit score for a range of percentages between two dates. There are divider rows for organization by month. I have been trying to utilize the following formula but continue to get #DIVIDE BY ZERO for an answer: =AVG(COLLECT([Audit Score]:[Audit Score], [Date of Chat]:[Date of Chat],…