G
Guest
I'm trying to create an expression that will multiply one field times one of
several fields depending on a text criteria. I've checked all my table and
the join fields are all identical in their formatting. Here is the formula I
currently have (sorry it's so long), if anyone could help me figure out where
the problem is, I'd appreciate it! Thank you!!!!!!!!!
NewMils Rev: (([Master Data]![Avg Revenue])*IIf([Master Data]![Eff
Date]="Jan",[Volumes]![NewJan],IIf([Master Data]![Eff
Date]="Feb",[Volumes]![NewFeb],IIf([Master Data]![Eff
Date]="Mar",[Volumes]![NewMar],IIf([Master Data]![Eff
Date]="Apr",[Volumes]![NewApr],IIf([Master Data]![Eff
Date]="May",[Volumes]![NewMay],IIf([Master Data]![Eff
Date]="Jun",[Volumes]![NewJun],IIf([Master Data]![Eff
Date]="Jul",[Volumes]![NewJul],IIf([Master Data]![Eff
Date]="Aug",[Volumes]![NewAug],IIf([Master Data]![Eff
Date]="Sep",[Volumes]![NewSep],IIf([Master Data]![Eff
Date]="Oct",[Volumes]![NewOct],IIf([Master Data]![Eff
Date]="Nov",[Volumes]![NewNov],[Volumes]![NewDec]))))))))))))/1000000
several fields depending on a text criteria. I've checked all my table and
the join fields are all identical in their formatting. Here is the formula I
currently have (sorry it's so long), if anyone could help me figure out where
the problem is, I'd appreciate it! Thank you!!!!!!!!!
NewMils Rev: (([Master Data]![Avg Revenue])*IIf([Master Data]![Eff
Date]="Jan",[Volumes]![NewJan],IIf([Master Data]![Eff
Date]="Feb",[Volumes]![NewFeb],IIf([Master Data]![Eff
Date]="Mar",[Volumes]![NewMar],IIf([Master Data]![Eff
Date]="Apr",[Volumes]![NewApr],IIf([Master Data]![Eff
Date]="May",[Volumes]![NewMay],IIf([Master Data]![Eff
Date]="Jun",[Volumes]![NewJun],IIf([Master Data]![Eff
Date]="Jul",[Volumes]![NewJul],IIf([Master Data]![Eff
Date]="Aug",[Volumes]![NewAug],IIf([Master Data]![Eff
Date]="Sep",[Volumes]![NewSep],IIf([Master Data]![Eff
Date]="Oct",[Volumes]![NewOct],IIf([Master Data]![Eff
Date]="Nov",[Volumes]![NewNov],[Volumes]![NewDec]))))))))))))/1000000