Hi all,
I have this problem at work and would appreciate any help. I am not good in VBA so anything but that will be great!
Here an example:
After Before
13.9 13.9
14.7
15.5
16.3 16.3
17
17.7
18.4
19.1
19.8 19.8
20.4
21
21.6
22.2
22.8
23.4
24
24.6
25.2 25.2
26.05
26.9
27.75
28.6
29.45
30.3 30.3
I have a column of numbers at irregular intervals. I would like to fill in the cells with the proper increment value based on the cells that bound them.
For 13.9 to 16.3, the increment is 0.8, giving 13.9, 14.7, 15.5, 16.3.
Likewise for 16.3 to 19.8, the increment is 0.7, giving 16.3, 17, 17.7, 18.4, 19.1 and 19.8.
I have to do this for 1000 over cells and doing it manually is beyond me. Is it possible to make excel auto calculate the increment and fill in the cells based on the limiting/neighboring cells?
Hope my question is clear. Thanks in advance!!
I have this problem at work and would appreciate any help. I am not good in VBA so anything but that will be great!
Here an example:
After Before
13.9 13.9
14.7
15.5
16.3 16.3
17
17.7
18.4
19.1
19.8 19.8
20.4
21
21.6
22.2
22.8
23.4
24
24.6
25.2 25.2
26.05
26.9
27.75
28.6
29.45
30.3 30.3
I have a column of numbers at irregular intervals. I would like to fill in the cells with the proper increment value based on the cells that bound them.
For 13.9 to 16.3, the increment is 0.8, giving 13.9, 14.7, 15.5, 16.3.
Likewise for 16.3 to 19.8, the increment is 0.7, giving 16.3, 17, 17.7, 18.4, 19.1 and 19.8.
I have to do this for 1000 over cells and doing it manually is beyond me. Is it possible to make excel auto calculate the increment and fill in the cells based on the limiting/neighboring cells?
Hope my question is clear. Thanks in advance!!