Hi.
I hate having to ask for help but I cannot work this out as the If statement is too long for my brain to cope with
I have two columns of data I need to compare.
Column A is old data, numerical (codes, eg 20183), rows 2 to 948
Column B is where I have tried to put the If statement.
Column C is where there is new numerical data (codes, eg 20183), rows 2 to 956
I need to
1 - if data was in old data, column A & also in new data, column C then column B should display the word "Edit"
Else:
2 - if data was in old data, column A but NOT in new data Column C then column B should display the word "Delete"
Else:
3 - if data was not in old data column A but is in New data, column C then column B should display the word "Add"
I think I'm right working it on the IF statement but I just cannot solve it, please help!
Many thanks in advance.
I hate having to ask for help but I cannot work this out as the If statement is too long for my brain to cope with
I have two columns of data I need to compare.
Column A is old data, numerical (codes, eg 20183), rows 2 to 948
Column B is where I have tried to put the If statement.
Column C is where there is new numerical data (codes, eg 20183), rows 2 to 956
I need to
1 - if data was in old data, column A & also in new data, column C then column B should display the word "Edit"
Else:
2 - if data was in old data, column A but NOT in new data Column C then column B should display the word "Delete"
Else:
3 - if data was not in old data column A but is in New data, column C then column B should display the word "Add"
I think I'm right working it on the IF statement but I just cannot solve it, please help!
Many thanks in advance.