I seem to be having problems finding the syntax for the AND And OR functions for excel VBA macros. Can someone asssit. Right now I've got something similar to what's below on the worksheet and I'm trying to incorparate into the macro.
=If (And(c4>92, b4="")),"Your good to go", "There is a problem")
I'm trying to do this to keep from using nested if statements because what i'm checking is actualy quite a bit more complicated. Any help would be greatly apperciated.
Thanks in Advance.
=If (And(c4>92, b4="")),"Your good to go", "There is a problem")
I'm trying to do this to keep from using nested if statements because what i'm checking is actualy quite a bit more complicated. Any help would be greatly apperciated.
Thanks in Advance.