I have a range of values C3:C100 that have been offset from a separate worksheet based on meeting certain conditions. If the conditions are not met, the cell value is returned as #N/A. The values that met the conditions return their numberic value. In order to chart the duplicate values on a scatter cha so that they do not overlap, I would like to create a even incremental change to each of these duplicates to resemble something like this...
C3 = C3
C4 = C3+0.25
C5 = C4+0.25
C6 = C5+0.25
Any idea how I can write a formula like this?
C3 = C3
C4 = C3+0.25
C5 = C4+0.25
C6 = C5+0.25
Any idea how I can write a formula like this?