Hoping I've not missed something obvious, but is it possible to use "Current User" in a formula?
I would like a cell within a task list to count all tasks assigned to the current user with either of 2 status options. I can write the formula to pick a specific name, but want to use this number in a Sight I use to help my team manage their workload. The current formula is below -
=COUNTIFS(Assignee:Assignee, "John Smith", Status:Status, OR(@cell = "1. New Item", @cell = "2. In Progress"))
I'm looking to replace the actual name with the name of the current user.