Index of a Fixed List (Visio 2007)

M

MikeM

I have a fixed list, Prop.Sex, with format "M;F". I want to change the value
of another cell based on Prop.Sex. I type in
"=IF(Prop.Sex="F",2,4)"
and I get 2 regardless of the value of Prop.Sex. I've tried
"=IF(Prop.Sex=INDEX(1,Prop.Sex.Format),2,4)"
and get the same result. What am I doing wrong?

TIA
Mike
 
Top