hi guys im trying to write a macro that fill in all the blank cells with the value thats above it.
problem : from my data set, i have a column of ~200 rows, some filled some empty
aim: i would like to write a script that find all the blank cells and fill it in with the value above it
from:
Value 1
blank
Value 2
blank
blank
Value 3
to:
Value 1
Value 1
Value 2
Value 2
Value 2
Value 3
thanks guys, if you can help guide me along, i will post my erroneous code later
problem : from my data set, i have a column of ~200 rows, some filled some empty
aim: i would like to write a script that find all the blank cells and fill it in with the value above it
from:
Value 1
blank
Value 2
blank
blank
Value 3
to:
Value 1
Value 1
Value 2
Value 2
Value 2
Value 3
thanks guys, if you can help guide me along, i will post my erroneous code later
