I need to implement the following excel formula as a measure dim element in tm1 cube . The calculation references different excel tabs using Vlookups and match function to pull this information.
Code: Select all
High = IF(F/ARM="A","",VLOOKUP(Origination Date,'Market Data'!$A:$IC,MATCH(VLOOKUP(High Term,Fixed Pricing Tables!$Q$7:$AB$15,IF(ISERROR(MATCH($H32,Fixed Pricing Tables!$R$5:$AB$5,0)),1,MATCH($H32,Fixed Pricing Tables!$R$5:$AB$5,0))+1),'Market Data'!$2:$2,0)+1,0))
Please tell me this is going to happen in tm1 or not .
Any suggestions are always welcome .
Regards,
Anoop