Google Sheets Error "Array Arguments to SUMIFS are of different size" -


converting excel file (where works fine), have sumifs formula returning error "array arguments sumifs of different size". formula in question looks this:

=sumifs($g9:$ea9,$f$2:$dz$2,">=1/1/"&a$2,$f$2:$dz$2,"<=12/31/"&a$2) 

the array arguments are:

  • g9:ea9 - 125 columns, 1 row
  • f2:dz2 - 125 columns, 1 row
  • f2:dz2 - 125 columns, 1 row

the criteria arguments values. i'm not looking workaround or hack - want know if i'm somehow misusing sumifs formula can maintain consistency excel

this turns out quirk of google sheets, generates many columns "needed". while excel understands ea means when there's no content there, default google sheets thinks there far fewer columns, , therefore offset array ranges indeed different sizes. 38 vs 39 in case. when added 125 columns sheet, formula worked fine.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -