teebird
Technical User
- Dec 11, 2001
- 239
Hi All I am trying to get this If statement to work
=IF(MyPeriod=B2,MyMonth1=D2,"")
If the vale in MyPeriod is the same as the value in B2 then the value in MyMonth1 equals D2
MyPeriod is a dropdown list containing a period range eg Qrt1, Qrt2, Qrt3, Qrt4
B2 is a value matching the value in MyPeriod
MyMonth1 is to display a value from D2 depending on what is in MyPeriod.
=IF(MyPeriod=B2,MyMonth1=D2,"")
If the vale in MyPeriod is the same as the value in B2 then the value in MyMonth1 equals D2
MyPeriod is a dropdown list containing a period range eg Qrt1, Qrt2, Qrt3, Qrt4
B2 is a value matching the value in MyPeriod
MyMonth1 is to display a value from D2 depending on what is in MyPeriod.