Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column of data, each cell separated by a blank cell. The blank
cells need to be filled in with the data immediately above it. Fill option to do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use an extra column with a formula like:
=IF(ISBLANK(A2),A1,A2) And then copy/paste values on the original column. Hope this helps, Miguel. "Jeff" wrote: I have a column of data, each cell separated by a blank cell. The blank cells need to be filled in with the data immediately above it. Fill option to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
same data from one cell copy to multiple sheets | Excel Worksheet Functions | |||
I want to index the first blank cell in a column of data | Excel Discussion (Misc queries) | |||
How do I copy data from a cell in one file to another? | New Users to Excel | |||
Repeat Cell Data | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |