How_Do_I
Well-known Member
- Joined
- Oct 23, 2009
- Messages
- 1,795
- Office Version
-
- 2010
- Platform
-
- Windows
What is wrong with this formula please…
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" /><o
> </o
>
If A1 = 1, 3, 4, or 6 I want B1 to = “Home” otherwise to = “Away”…
<o
> </o
>
=IF($A$1={1,3,4,6},"Home","Away")
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
If A1 = 1, 3, 4, or 6 I want B1 to = “Home” otherwise to = “Away”…
<o
=IF($A$1={1,3,4,6},"Home","Away")