If condition
Is there a way to have this condition read in this one line.
IF cells(valid,13)"" and (cells(valid,19)""and
((cells(valid,19)-cells(valid,13))< 20 then
cells(valid,30)=cells(valid,8)&CEDissue
I am sure I am not following the correct syntax for the nested if but I am
having a hard time finding the correct syntax in this case.
Thanks
|