K
Katie
I'm going to rephrase an early question I had because I'm
still confused.
A B
1. Ben
2. Andy
3. Jerry
4. Kathy
5. Cameron
I want to assign people with names A-F day 1, G-M day 2,
etc., and I want column B to say it. However the If
function doesn't seem to work. This is similar to what
I've tried:
=If(A2=A*,"Day 1", "Day 2")
=If(Or(A2=A*,A2=B*,A2=C*),"Day 1", "Day 2")
So, obviously I'm wrong, because it's not working, and any
help would be great.
still confused.
A B
1. Ben
2. Andy
3. Jerry
4. Kathy
5. Cameron
I want to assign people with names A-F day 1, G-M day 2,
etc., and I want column B to say it. However the If
function doesn't seem to work. This is similar to what
I've tried:
=If(A2=A*,"Day 1", "Day 2")
=If(Or(A2=A*,A2=B*,A2=C*),"Day 1", "Day 2")
So, obviously I'm wrong, because it's not working, and any
help would be great.