View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

You need VBA.

The code is simple in itself (Range("A1").Value = Range("A1").Value + 1),
but what will trigger the addition to happen.

--
HTH

-------

Bob Phillips
"Steve" wrote in message
...
How do i increase a cell which has a number in it, eg, cell a8 has 4
i want to run a If statment that looks at another cell and if true i want
cell a8 to increse to 5