Is there a way to create an IF statement that will locate a cell and if they find text to return something particular or keep the current value?
My IF statements are rusty.
EXAMPLE:
ColumnA ColumnB
Description Contact Type
Travel A
Session A
In Column B, I am trying to enter the below.
=IF(A2="Travel","K",B2)
Ultimately changing column B to the below:
Description Contact Type
Travel K
Session A
Hope this makes sense.
My IF statements are rusty.
EXAMPLE:
ColumnA ColumnB
Description Contact Type
Travel A
Session A
In Column B, I am trying to enter the below.
=IF(A2="Travel","K",B2)
Ultimately changing column B to the below:
Description Contact Type
Travel K
Session A
Hope this makes sense.