I'm having trouble writing a Countifs to accomplish what I want. I run a claims report every month with tons of data organized in columns and export it to excel every month. On a separate tab I have formulas that reference the tab that this data is copied to.
The formulas are used to count and organize the claims according to certain criteria. One of the columns (G:G) is "State of Jurisdiction".
The state of jurisdiction for each claim is important because certain groups of "special states" get charged a unique rate, and the "non special states" get charged a flat rate.
I've figured out how to count the "special states" without issue. my problem is counting the "non special states". I need to be able to write a countifs that references a range, for example, 010:U10, and count everything in column G EXCEPT what's stored in range O10:U10. I need 010:U10 to be able to have blank cells for expansion. Let me know if any additional information is necessary.