Hi,
This is my first day and first question here.
I am trying to check a cell with a "X" if there is no data in the other cells.
For example - if c5=0 or j5 = 0, then I want X in B5.
I have this in the module.
sub name()
if(or(c5=0,j5=0),x,"")
But this didn't work.
Can someone help me with the steps? I am trying to write a module so it can be done automatically.
Appreciate your responses.
Thanks
Smitha
This is my first day and first question here.
I am trying to check a cell with a "X" if there is no data in the other cells.
For example - if c5=0 or j5 = 0, then I want X in B5.
I have this in the module.
sub name()
if(or(c5=0,j5=0),x,"")
But this didn't work.
Can someone help me with the steps? I am trying to write a module so it can be done automatically.
Appreciate your responses.
Thanks
Smitha