I have been working on the following problem for a couple of days, but I have not been able to get anything even remotely correct to work as desired. I can only get anything to execute if I tie the two lookup cells to row #.
=IF(AND(Adresses@row = Streets1, Include1 = "Yes"), "Yes","No")
That is obvious not what I want!
Hope someone can help.
The actual project has 2 sheets with many columns, but this task only uses 4 columns.
So, for testing purposes I combined all the 4 columns involved in this task into one sheet..
See the screen print!
The task is to use the “Address” column to check if that particular street is assigned to be part of a mailing list as indicated in the “Streets” and “Include” column.
It should print a “Yes or “No” in the Mailing list column.
The sheet already contains a Help Column used by another Formula – I don’t know if that is helpful for this.
Note 2:
The preferred solution would be to replace the Yes/No columns with Checkbox column, but I don’t think that is possible – I don’t see any sample how to set the checkbox based on another checkbox.
Kurt