Via VBA how can I check if a cell is empty from another with specific information?
For example:
If A:A = "product special" And B:B is null Then
C1 = "product special"

Additionally, how can I use a For Each loop on theRange and how can I return the value in the other cell?