View Single Post
  #1   Report Post  
COSdl
 
Posts: n/a
Default Increment a counter in Excel

How can I increment a counter in a worksheet cell from the value entered in
other cellsl? For instance if the value in cell A2 = true I want to replace
the value in B2 with the value in A1(the counter), then increment the value
in A1 by 1. The worksheet might look like this:
A B
1 4
2 TRUE 1
3 FALSE
4 TRUE 2
5 TRUE 3
6
7