#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default Autofill a list

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default Autofill a list

first active Auto Filter (Data-Filter Autofilter)
filter Column A "Blank"
cell A3 - =A2
select entire column (from A3 to till down) and press Ctrl+D
then remove filter.
Copy entire column A and paste as a value

"Amanda" wrote:

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default Autofill a list

Nice trick Rafeek, it worked fine with me.


thanks
shail


Muhammed Rafeek M wrote:
first active Auto Filter (Data-Filter Autofilter)
filter Column A "Blank"
cell A3 - =A2
select entire column (from A3 to till down) and press Ctrl+D
then remove filter.
Copy entire column A and paste as a value

"Amanda" wrote:

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default Autofill a list

Thanks.

I didn't make myself clear.

I need A1 to go to A2 and A3
and need A4 to go to A5

I think this is a slightly different question??

Regards

Amanda

"Muhammed Rafeek M" wrote:

first active Auto Filter (Data-Filter Autofilter)
filter Column A "Blank"
cell A3 - =A2
select entire column (from A3 to till down) and press Ctrl+D
then remove filter.
Copy entire column A and paste as a value

"Amanda" wrote:

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default Autofill a list

1. Go to Column-D

2. Type "=A1" in D1

3. Type following in D2
=IF(A2="",D1,A2)

4. Select D2 to D100 (or up to last cell) and click Ctrl-D
OR
copy and past it to D3, D4, etc.,



Advance thanks for rating my post.

"Amanda" wrote:

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default Autofill a list

Hi Amanda,

Select the range in A column that you need to copy the previous items, Press
F5 and select SPECIAL, check the blank or empty cells (as I'm working in a
Brazilian portuguese excel, I am no sure if its blank or empty).

excel should select the cells A2, A3 and A5 and the A2 should the active
cell, in A2 type =a1 and press CTRL and Enter

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Amanda" escreveu:

Thanks.

I didn't make myself clear.

I need A1 to go to A2 and A3
and need A4 to go to A5

I think this is a slightly different question??

Regards

Amanda

"Muhammed Rafeek M" wrote:

first active Auto Filter (Data-Filter Autofilter)
filter Column A "Blank"
cell A3 - =A2
select entire column (from A3 to till down) and press Ctrl+D
then remove filter.
Copy entire column A and paste as a value

"Amanda" wrote:

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default Autofill a list

Rafeek, Marcelo and Naveen all have the tricks with the same results.
but i guess Amanda wants the A1 to moved to A2 and A3, and A4 to be
moved to A5. Moved means cut and pasted.

Am I correct Amanda?

Anyway the tricks are really great and I will use them to my projects.



Amanda wrote:
Thanks.

I didn't make myself clear.

I need A1 to go to A2 and A3
and need A4 to go to A5

I think this is a slightly different question??

Regards

Amanda

"Muhammed Rafeek M" wrote:

first active Auto Filter (Data-Filter Autofilter)
filter Column A "Blank"
cell A3 - =A2
select entire column (from A3 to till down) and press Ctrl+D
then remove filter.
Copy entire column A and paste as a value

"Amanda" wrote:

I have three columns of data:

A Category
B Sub-category
C Data

It looks like this:

A B C
1 Telephone IT 40.00
2 Finance 15.00
3 HR 20.00
4 Postage IT 0.00
5 finance 10.00

I need to copy A1 to A2 and A3 and A4 to A5. How do I do this without
having to copy and paste?

Thank you

Am,anda


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
Subtotals in a list Bagheera Excel Discussion (Misc queries) 9 May 20th 06 01:46 PM
How to link data from one drop-down list to another dolfijntje33 Excel Worksheet Functions 6 May 19th 06 07:40 PM
Check 2 different list get associated value from a column deja Excel Worksheet Functions 1 April 20th 06 04:11 AM
LOOP - Adddress List -to email Paul. Excel Discussion (Misc queries) 0 April 13th 05 09:54 AM
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM


All times are GMT +1. The time now is 06:33 PM.

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

About Us

"It's about Microsoft Excel"