hi friends!
does anyone know how to use a spill formula to fill blank cells with the row above's data?
i have some really long data sets, and i am limited to in cell formula (excel online).
preferable i would like to add this to a range like " a1:index(a:a,endofdata) " where end of data is 50,000-100,000.
at the moment im doing the following, which is clunky:
does anyone know how to use a spill formula to fill blank cells with the row above's data?
i have some really long data sets, and i am limited to in cell formula (excel online).
preferable i would like to add this to a range like " a1:index(a:a,endofdata) " where end of data is 50,000-100,000.
at the moment im doing the following, which is clunky:
book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Data: | Fdata: | ||
2 | dsgf | dsgf | ||
3 | gfh | gfh | ||
4 | gfh | |||
5 | gfh | |||
6 | gf | gf | ||
7 | ghj | ghj | ||
8 | ghj | |||
9 | ghj | |||
10 | ghj | |||
11 | ghj | |||
12 | ghj | |||
13 | ghj | |||
14 | fgh | fgh | ||
15 | fgh | |||
16 | fgh | |||
17 | fgh | |||
18 | fgh | |||
19 | 46f | 46f | ||
20 | 46f | |||
21 | fg | fg | ||
22 | h | h | ||
23 | gf | gf | ||
24 | j | j | ||
25 | gj | gj | ||
26 | gj | |||
27 | gj | |||
28 | gf | gf | ||
29 | gf | |||
30 | gf | |||
31 | gf | |||
32 | j | j | ||
33 | j | |||
34 | j | |||
35 | j | |||
36 | kiu | kiu | ||
37 | kiu | |||
38 | erytrt | erytrt | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2:B38 | B2 | =IF((A2)="",B1,A2) |