Hi everyone -
I'm trying to add a percentage of wins to a dashboard.
Initially I thought the easiest solution would be to add a formula to the sheet summary page and i used this but have been getting back #invalid Data Type error.
=COUNTIFS([Status/Conclusion]:[Status/Conclusion], "Won", YEAR([Date Requested]:[Date Requested]), YEAR(TODAY())) / COUNTIF(YEAR([Date Requested]:[Date Requested]), YEAR(TODAY())) * 100
So my plan B was to use a countif function calculating YTD on a calculation sheet with cross references but i can't seem to get that to work either.
The data field i am trying to use is the "requested date" which is the auto data of a row submission.
Any ideas on how to write this or how to write in a YTD formula?