View Single Post
  #1   Report Post  
miko
 
Posts: n/a
Default IF on the cell that contains it ?

I actually don't know a lot about excel possibilities

I'm trying to make a "x" go through a line
something like
for A10 : =IF(A1=0,"x","")&IF(A10="x","","")
and so on for the following cases

I know this is not right but how could I make my x advance and see it
going in each case?

Thanks