use cratecheck_arity;
use crate;
/// `SUBTOTAL(function_code, ref1, ...)` — applies a function to a list.
///
/// When any argument (other than the function code) is an array, returns #VALUE!.
/// This mirrors the Google Sheets behavior for in-formula array ranges.