Hello,
I am trying to insert an IF AND formula to a specific cell. I have the following code, but it does not seem to work for me.
Here is the if function I am trying to add:![]()
Range("E9").Select If Range("C9").Value = "WBOCM Custom Module" And Range("C10").Value = """" Then Range("E9").Value = "D9&"" ""&D10,D9" Else Range("E9").Value = "" End If
Any help is much appreciated!=IF(AND(C9="WBOCM Custom Module",C10=""),D9&" "&D10,D9)
Many thanks in advance!
los
Bookmarks