Upon reviewing formatting of how the previous posting appears, it should be noted that all of the letters would originally be in column 'b'
1. Select column A.
2. Choose the Edit | Go To... | Special... menu
command, select "Blanks" and press [ OK ].
3. Type the formula, =A2, and press Control+Enter.
4. Select column A once again.
5. Choose the Edit | Copy followed by
Edit | Paste Special... Values.
Is there an easier way to do this? i.e. is there a way to use the column next the column 'a' with a formula(after inserting a column)? The spread sheet I have has a lot of gaps.
That didn't work. I need it to copy the last valus at the beginning of the gap, and fill it down til the next value is encountered. for the next gap for it to do the same.
Hassan,
I'll assume your data to in columns A and B.
Insert an empty row so that A1 and B1 are blank.
In C2 enter: =IF(ISNUMBER(A2),A2,IF(ISNUMBER(C1),C1,""))
Copy down as far as needed. When ready, select all cells of C from C2 on with a number in it, do a copy, activate A2 and do a Paste Special|Values (after verifying of course that all gaps have been filled up according to your specs).
Aladin
That didn't work. I need it to copy the last valus at the beginning of the gap, and fill it down til the next value is encountered. for the next gap for it to do the same. : The result would be as follows
> That didn't work.
It does work! Is it possible that in your data set
that the first non-blank cell is something other
than A2? At step #2 type '=', click on the
cell containing 125, and then Control+Enter. This
will fill-in only the blank cells with a relative
reference to the cell above. I routinely use this
approach without any problems.
If you can't manage this then I'd recommend that
you get a copy of ASAP Utilities freeware at
www.asap-utilities.com and use it's
"Fill > Copy copy values to empty cells below
filled cells in selection" menu command. That didn't work. I need it to copy the last valus at the beginning of the gap, and fill it down til the next value is encountered. for the next gap for it to do the same. : The result would be as follows
It doesn't get much easy than this. It fills in
all of the gaps simultaneously. You don't have
to address each gap individually. Is there an easier way to do this? i.e. is there a way to use the column next the column 'a' with a formula(after inserting a column)? The spread sheet I have has a lot of gaps.