- Joined
- Nov 6, 2009
- Messages
- 1
- Reaction score
- 0
I am given CSV output as per attached
How do I write a function for a large version of this spreadsheet that
Copies Jo Mack into the empty rows below it? i,e, Pseudocode below
Examine all rows beginning at row 2 (2 to x)
if cell Ax null then-->copy and paste A(x-1)
How do I write a function for a large version of this spreadsheet that
Copies Jo Mack into the empty rows below it? i,e, Pseudocode below
Examine all rows beginning at row 2 (2 to x)
if cell Ax null then-->copy and paste A(x-1)