I am not quite sure if this can be done, but here goes. I have two columns F and G that I use to compare cell data.
Example formula in Column F =B1=D1. Column G would have formula =C1=E1.
In column A I am trying to figure out a formula to do display the words "ADD", "Update" or "Do Nothing".
Here is the logic.
If F1 = False And G1 = False - "Add"
If F1 = True And G1 = False - "Update"
If F1 = True And G1 = True - "Do Nothing"
TIA.
TOMMY P
Example formula in Column F =B1=D1. Column G would have formula =C1=E1.
In column A I am trying to figure out a formula to do display the words "ADD", "Update" or "Do Nothing".
Here is the logic.
If F1 = False And G1 = False - "Add"
If F1 = True And G1 = False - "Update"
If F1 = True And G1 = True - "Do Nothing"
TIA.
TOMMY P