AndyFarrell79
New Member
- Joined
- Mar 17, 2014
- Messages
- 7
Hi All,
I'm currently working on a very large file and excel is consistently crashing on me. I believe this is largely due to the number of indirect functions I'm using. I have 31 sheets, named D1 - D31, for each day of the month. I then have a data sheet and 6 sheets analysing the monthly data. These 6 sheets are where the INDIRECT functions are.
Here is an example of a SUMIF formula that I need to extract from ranges in the monthly sheets: (Cell K3 provides the number from the date selected by the user)
=SUMIFS(INDIRECT("'D"&$K$3&"'!$C$290:$C$1401"),INDIRECT("'D"&$K$3&"'!$B$290:$B$1401"),"Total",INDIRECT("'D"&$K$3&"'!$AE$290:$AE$1401"),"DT")
Does anyone know of a way I can get this data with non-volatile functions? This is just one (and not the most complex) of many INDIRECT formula in these sheets.
Thanks,
Andy
I'm currently working on a very large file and excel is consistently crashing on me. I believe this is largely due to the number of indirect functions I'm using. I have 31 sheets, named D1 - D31, for each day of the month. I then have a data sheet and 6 sheets analysing the monthly data. These 6 sheets are where the INDIRECT functions are.
Here is an example of a SUMIF formula that I need to extract from ranges in the monthly sheets: (Cell K3 provides the number from the date selected by the user)
=SUMIFS(INDIRECT("'D"&$K$3&"'!$C$290:$C$1401"),INDIRECT("'D"&$K$3&"'!$B$290:$B$1401"),"Total",INDIRECT("'D"&$K$3&"'!$AE$290:$AE$1401"),"DT")
Does anyone know of a way I can get this data with non-volatile functions? This is just one (and not the most complex) of many INDIRECT formula in these sheets.
Thanks,
Andy