flicky_longcartridge
New Member
- Joined
- Nov 19, 2008
- Messages
- 29
Hi Experts,
I am attempting to write an if statement that will read the contents of a cell, and based on this act appropriately.
Is this possible? It only needs to look for two conditions, so as follows:
If cell C4 Contains the word "evening" (
D5 = 5 + 2
)
Else If cell C4 Contains the word "morning" (
D5 = 5 + 1
)
End If
Has anyone done something like this before. An example of the contents of this cell for each condition is as follows:
OBLOG for the evening run of Mon 01/09/08
OBLOG for the morning run of Mon 01/09/08
I am attempting to write an if statement that will read the contents of a cell, and based on this act appropriately.
Is this possible? It only needs to look for two conditions, so as follows:
If cell C4 Contains the word "evening" (
D5 = 5 + 2
)
Else If cell C4 Contains the word "morning" (
D5 = 5 + 1
)
End If
Has anyone done something like this before. An example of the contents of this cell for each condition is as follows:
OBLOG for the evening run of Mon 01/09/08
OBLOG for the morning run of Mon 01/09/08