ReportingRuth
New Member
- Joined
- Sep 28, 2010
- Messages
- 8
How do you program a sumif with a variable range?
Instead of a fixed AE column I would like it to vary like this.
If I substitute address function in the sumif sum range excel yells at me
Hope you can help,
~RUTH~
Code:
=SUMIFS($AE$12:$AE$79,$Y$12:$Y$79,C$10)
Code:
=ADDRESS(12,ROWS($A$1:$A1)*2+29)
Hope you can help,
~RUTH~