Hello,
Due to a large size file, i'm attempting to remove OFFSET from the below formula (seems i cant copy the formula in this forum?)
My attempts have been unsuccessful so far. Any help would be greatly appreciated
PS: Do you know if I store today in an isolated cell and point my formula to this cell would eventually make my file run faster?
=IF(OR(YEAR(H$2)< YEAR(TODAY()),AND(YEAR(H$2)=YEAR(TODAY()),MONTH(H$2)< MONTH(TODAY()))),SUMIFS(OFFSET(Sheet4!$A:$A,,MATCH (H$2,Sheet4!$1:$1,0)-1),Sheet4!$A:$A,Main!$A7,Sheet4!$B:$B,Main!$B7),G7-H3+H4)
Due to a large size file, i'm attempting to remove OFFSET from the below formula (seems i cant copy the formula in this forum?)
My attempts have been unsuccessful so far. Any help would be greatly appreciated
PS: Do you know if I store today in an isolated cell and point my formula to this cell would eventually make my file run faster?
=IF(OR(YEAR(H$2)< YEAR(TODAY()),AND(YEAR(H$2)=YEAR(TODAY()),MONTH(H$2)< MONTH(TODAY()))),SUMIFS(OFFSET(Sheet4!$A:$A,,MATCH (H$2,Sheet4!$1:$1,0)-1),Sheet4!$A:$A,Main!$A7,Sheet4!$B:$B,Main!$B7),G7-H3+H4)
Last edited by a moderator: