E
Excel Help
I have 5 strings and need to code each of them something based on
whetehr they contain certain words - example
Good Day 8am
Good Afternoon 3pm
Good Evening 6pm
Good Night 9pm
What I need is
if the string contains "Day" then call it " lght", if it contains
"Afternoon" call it "Bright", if it contains Evening call it "Twi" and
if it contains "Nght" call it "Drk"
Your help is much appreciated.
whetehr they contain certain words - example
Good Day 8am
Good Afternoon 3pm
Good Evening 6pm
Good Night 9pm
What I need is
if the string contains "Day" then call it " lght", if it contains
"Afternoon" call it "Bright", if it contains Evening call it "Twi" and
if it contains "Nght" call it "Drk"
Your help is much appreciated.