Hi Everyone,
I need some help please.
I have a Summary Sheet in which I am getting the information form other worksheets ( Sheet Name which is a customer name, date of last payment, last payment amount)
At the moment I have approx 50 sheets but will increase to approx 175 (one sheet for each customer)
In the summary sheet I am using the following formulas
A3 (Index)= 2,3,4,.........
B3(Sheet Name) =INDEX(SheetNames,A3)
C3(Link)=HYPERLINK("#'"&B3&"'!A1","Go To Sheet")
D3(Date last payment Rcvd) = MAX(INDIRECT("'" & B3 & "'!D:D"))
E3(Last Amount Received) =LOOKUP(2,1/(ISNUMBER(INDIRECT("'"&B3&"'!J:J"))),INDIRECT("'"&B3&"'!J:J"))
Even with 50 sheets its slowing down and whenever i edit and change anything in the any worksheet it takes so much time in calculation.
The file size is only 136 KB,
Any help in modifying the above formulas to speed up the calculation will be highly appreciated.
I need some help please.
I have a Summary Sheet in which I am getting the information form other worksheets ( Sheet Name which is a customer name, date of last payment, last payment amount)
At the moment I have approx 50 sheets but will increase to approx 175 (one sheet for each customer)
In the summary sheet I am using the following formulas
A3 (Index)= 2,3,4,.........
B3(Sheet Name) =INDEX(SheetNames,A3)
C3(Link)=HYPERLINK("#'"&B3&"'!A1","Go To Sheet")
D3(Date last payment Rcvd) = MAX(INDIRECT("'" & B3 & "'!D:D"))
E3(Last Amount Received) =LOOKUP(2,1/(ISNUMBER(INDIRECT("'"&B3&"'!J:J"))),INDIRECT("'"&B3&"'!J:J"))
Even with 50 sheets its slowing down and whenever i edit and change anything in the any worksheet it takes so much time in calculation.
The file size is only 136 KB,
Any help in modifying the above formulas to speed up the calculation will be highly appreciated.