Sign in to join the conversation:
I want to count how many times a "Department Name" shows up once a complete date has been entered into the date "Completed Date" column.
Hi Mark,
This will do what you're after:
=COUNT(COLLECT([Completed Date]:[Completed Date], [Department Name]:[Department Name], "Department Name"))
Kind regards,
Chris McKay
Awesome, Thanks Chris You Da Man!
My pleasure
Hello, I face one difficulty trying to transform text in date using DATE formula I want to find the first day of a week based on the week number & year number put in a cell For instance in a cell I find "25-45" FOR Year= 2025 & Week= 45, so I look for the monday of this week that should be the 3rd of nov Step 1 find first…
I have a formula that I have used for years on a sheet and it was working an hour ago and then all of a sudden it just stopped working, I went out the sheet and back in and . The formula is =IF([Shop Order]@row = 0, (COUNTIF((RN:RN), RN@row ))) but instead of returning the value it says #INVALID COLUMN VALUE Got it working…
Hi Everyone, Looking for some assistance on a dashboard report issue I am running into. I have a dashboard with 3 reports added as Web Content. All 3 reports use at 1 common sheet. All 3 reports are published as read only. Users are not shared the underlying sheets. All 3 reports have some form of filtering. 2 of the…