https://bugs.documentfoundation.org/show_bug.cgi?id=146461

--- Comment #1 from Ken <kbweid...@gmail.com> ---
After a little more research I think I've identified the problem:  When the
COUNTIFS (or I assume any ____IFS formula) doesn't use a numerical value in the
cell location when referencing the range.

For example:

This formula DOES result in a program / app crash:  
     =COUNTIFS(H:H,$A8,F:F,2) [reference column H:H = FAIL]

This formula DOES NOT result in a program / app crash:
     =COUNTIFS(H1:H200,$A8,F1:F200,2) [reference column H1:H200 = NO FAIL]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to