Forum Discussion
Wallace123
Sep 24, 2019Copper Contributor
Formula help SOS
Hello Excel community, I could really use some help with formulas as part of a RAID log I am pulling together for a project (see below). I don't know if this is possible but I want the formu...
Kodipady
Sep 24, 2019Iron Contributor
Please update C5(in RAID Log Dashboard tab) formula to include a condition for Risk ID column.
=COUNTIFS('Risks Log'!$M:$M,"open", 'Risks Log'!$A:$A,"<>")
hope it helps!!
- Wallace123Oct 15, 2019Copper ContributorThanks for the help, really useful !