RICH937
Board Regular
- Joined
- Apr 15, 2023
- Messages
- 59
- Office Version
- 365
- Platform
- Windows
- Mobile
I'm a Dynamic Array newbie, and this question is more about formula structure than needing help. I have a dynamic array (DK4#) that I wanted to sum the values entered in the 4th column. Based on my understanding of new/old dynamic array formulas, these two formulas should produce the same results:
SUMIFS(CHOOSECOLS(DK4#,4),CHOOSECOLS(DK4#,1),DK4)
SUMIFS(INDEX(DK4#,,4),INDEX(DK4#,,1),DK4)
However, the first formula returns an error (value#), but the second works fine. Anyone know what makes excel see them as different?
SUMIFS(CHOOSECOLS(DK4#,4),CHOOSECOLS(DK4#,1),DK4)
SUMIFS(INDEX(DK4#,,4),INDEX(DK4#,,1),DK4)
However, the first formula returns an error (value#), but the second works fine. Anyone know what makes excel see them as different?