Forum Discussion
Auto fill Problem using INDIRECT() inside a SUMIFS() formula
- Apr 25, 2021
AGB200 Okay! Then you can use OFFSET. I believe that's what you have seen before. Have a look in the attached file, Sheet 0 column D. would that work for you?
AGB200 Well, INDIRECT takes a text string to determine the cell or cell range to use. The part A9:D9 is, thus, NOT a regular relative reference that will update automatically when copying/dragging. It's just a text.
Looked at you schedule and I wonder why you created monthly sheets to begin with. Have you considered collecting all debits and credits in only single table with headers like <Date> <Account> <Description> <Amount> <Project> ? Then you don't need to deal with INDIRECT and you can use many of Excel's built-in features to analyse or summarise the data by month/quarter/year, by account, by project. Whatever. Just a thought.
- AGB200Apr 25, 2021Copper ContributorThanks a lot for you response, i have some reason for making monthly sheet, so I need function that make the same as you saw, and actually I saw some people use row() insist of range but I don't know how to do it but thank you very much for your time
- Riny_van_EekelenApr 25, 2021Platinum Contributor
AGB200 Okay! Then you can use OFFSET. I believe that's what you have seen before. Have a look in the attached file, Sheet 0 column D. would that work for you?
- AGB200Apr 25, 2021Copper ContributorI can't thank you enough, really appreciate