Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
After a copy-paste from a pivot table
i have a lot of empty cells that i want to fill with the values from the cell above to generate a new database something like this: Col A Col B Col C X 1 1 2 2 1 Y 3 2 3 turned into this: Col A Col B Col C X 1 1 X 1 2 X 2 1 Y 3 2 Y 3 3 maybe a macro?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No macro needed. Select the whole range of cells making up your table. Press
F5, then click Special Blanks OK. Now all the blank cells within your table are selected. Press the equal sign (=), then the up arrow. Hold down the Ctrl key and press Enter. This puts a formula in every blank cell, pulling the value from the cell above it. Finally, copy & paste the whole table in place as values. Hope this helps, Hutch "Alonso" wrote: After a copy-paste from a pivot table i have a lot of empty cells that i want to fill with the values from the cell above to generate a new database something like this: Col A Col B Col C X 1 1 2 2 1 Y 3 2 3 turned into this: Col A Col B Col C X 1 1 X 1 2 X 2 1 Y 3 2 Y 3 3 maybe a macro?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
it worked!!
great!! thanks "Tom Hutchins" wrote: No macro needed. Select the whole range of cells making up your table. Press F5, then click Special Blanks OK. Now all the blank cells within your table are selected. Press the equal sign (=), then the up arrow. Hold down the Ctrl key and press Enter. This puts a formula in every blank cell, pulling the value from the cell above it. Finally, copy & paste the whole table in place as values. Hope this helps, Hutch "Alonso" wrote: After a copy-paste from a pivot table i have a lot of empty cells that i want to fill with the values from the cell above to generate a new database something like this: Col A Col B Col C X 1 1 2 2 1 Y 3 2 3 turned into this: Col A Col B Col C X 1 1 X 1 2 X 2 1 Y 3 2 Y 3 3 maybe a macro?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filling a cell automatically when data is put in another cell. | Excel Worksheet Functions | |||
Filling a cell automatically when data is put in another cell. | Excel Worksheet Functions | |||
Filling empty cells with a value | Excel Discussion (Misc queries) | |||
Pulling a Letter from a cell and filling another cell with info | Excel Worksheet Functions | |||
filling information from one cell and filling another. | Excel Worksheet Functions |