Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Filling in Cell above with Data from below

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Filling in Cell above with Data from below

visit www.ExcelGoodies.com

---
frmsrcurl: http://msgroups.net/microsoft.public...ata-from-below
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Filling in Cell above with Data from below

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Filling in Cell above with Data from below

Worked great!!!!!!!!!Thanks for the help.

CUTiger

---
frmsrcurl: http://msgroups.net/microsoft.public...ata-from-below
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filling in data when... pm Excel Worksheet Functions 3 December 15th 06 01:54 AM
Filling a cell automatically when data is put in another cell. Alex s Excel Worksheet Functions 3 December 9th 06 06:52 PM
Filling a cell automatically when data is put in another cell. Ken Wright Excel Worksheet Functions 0 November 30th 06 07:41 AM
Pulling a Letter from a cell and filling another cell with info nick s Excel Worksheet Functions 16 November 28th 05 04:10 AM
filling information from one cell and filling another. Dianne Excel Worksheet Functions 1 August 15th 05 08:14 PM


All times are GMT +1. The time now is 04:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"