Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have data where I need to fill in A1 with A2 Data, A3 with A4 and so on:
Col A 123 XXX 345 YYY Need it to end up like: XXX XXX YYY YYY How can I do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If A1 and A3 are blank:
Select A1:A4. Press Ctrl+G. Click special, blank. Start typing a formula: = Then press the down arrow key. This should finish the formula and create: =A2 Press Ctrl+Enter to apply formula to all currently selected cells. If needed, you could then do a copy, paste special - values only. ======= If A1 and A3 are not blank, but you want every other line copied upward: In helper column B, cell B1: =IF(MOD(ROW(),2),A2,A1) Copy down as needed. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "CUTiger" wrote: Have data where I need to fill in A1 with A2 Data, A3 with A4 and so on: Col A 123 XXX 345 YYY Need it to end up like: XXX XXX YYY YYY How can I do this? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Worked great!!!!!!!!!Thanks for the help.
CUTiger --- frmsrcurl: http://msgroups.net/microsoft.public...ata-from-below |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filling in data when... | Excel Worksheet Functions | |||
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 | |||
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 |