Hi,
I'm trying to write an expression that performs one "/" expression based on a certain exception, and if else peforms something else. I can't get it to work. I'm sure something is wrong here -- does anyone know?
=IIf([SeriesTitle]=[Mediscope],Sum([Euro]/1.4),"[Euro]/1.2")
So basically if Mediscope is filled into the Series Title field then divide Euro field by 1.4, else divide by 1.2.
Can someone tell me what I did wrong?
Thanks!!
I'm trying to write an expression that performs one "/" expression based on a certain exception, and if else peforms something else. I can't get it to work. I'm sure something is wrong here -- does anyone know?
=IIf([SeriesTitle]=[Mediscope],Sum([Euro]/1.4),"[Euro]/1.2")
So basically if Mediscope is filled into the Series Title field then divide Euro field by 1.4, else divide by 1.2.
Can someone tell me what I did wrong?
Thanks!!