I have the following formula in one of the tables. but due to large data it takes time to recalculate. how can i incorporate it into vba code?
Code:
{SUMPRODUCT(RecTbl[NOD] * (RecTbl[NAME]=[@[ID]]) * (RecTbl[ TYPE]=LBal[[#Headers],[Taken]])*(RecTbl[END DATE]<[@[AsOf]])*(RecTbl[END]-RecTbl[NOD]>=[@[Beg]]))}
Last edited: