I have cells B6 and C6. I need vba code that will put a blank in I6 if either B6 or C6 is blank (has no data/is empty) or will add the value of B6 and C6 if both cells have a number. I have tried IfEmpty, vbNull String and many other post but nothing works. I just tried working with B6 alone (a number or blank) and can't write working code. Help