hi, I want to set up formula to count ideas that are: 1) Not checked in SCC, 2) Approval Status is not "Cancel/Reject", Portfolio is "ADA/Commerical", but it always gives me count as 1 only. I don't understand it.
This is what I use in filter
This is formula I use:
=COUNTIFS({IDEA Request Sheet Range 1}, =0, {IDEA Request Sheet Range 4}, <>"Cancel/Reject", {IDEA Request Sheet Range 2}, ="ADA/Commercial")
Range 1=Column "Created in SCC"
Range 4=Column "Approval Status"
Range 2=Column "Portfolio"
Thank you