#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 81
Default copy down cells

I have a spreadsheet with column A and column B. B contains different
supplier names. Column A contains a region such as EU, NA, LA. However the
region is only in the first cell of the list it matches in column B. Just
like if I had created a pivot table from a list of data with region and
supplier. Each region would only show once because the suppliers are being
grouped by region. I need to be able to quickly copy down the region in
column A where there is a Region name above.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default copy down cells

On May 5, 4:55*pm, juliejg1
wrote:
I have a spreadsheet with column A and column B. *B contains different
supplier names. *Column A contains a region such as EU, NA, LA. *However the
region is only in the first cell of the list it matches in column B. *Just
like if I had created a pivot table from a list of data with region and
supplier. *Each region would only show once because the suppliers are being
grouped by region. *I need to be able to quickly copy down the region in
column A where there is a Region name above.


You can use a simple if statement to do this. Create a new column
labeled the same as your Column A
=if(isblank(cellA3),CellB2,CellA3)

A B C
Row 1 Region Type Region
Row 2 a 1 a
Row 3 2 a
Formual in C3 and down "=IF(ISBLANK(A3),C2,A3)"

You will need to seed the first cell with the actual value of "A2".
Then you drag formula down, copy column, paste special over your
original column A, then delete the column you created.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default copy down cells

- Select the cells in the Region column (those with data and those that need
to be filled in).
- Select Edit Go to. Check the Blanks option, then click OK.
- Press = (the Equals key), then the Up arrow. Press Enter while holding
down the Ctrl key.
- Copy & paste in place as values.

Hope this helps,

Hutch

"juliejg1" wrote:

I have a spreadsheet with column A and column B. B contains different
supplier names. Column A contains a region such as EU, NA, LA. However the
region is only in the first cell of the list it matches in column B. Just
like if I had created a pivot table from a list of data with region and
supplier. Each region would only show once because the suppliers are being
grouped by region. I need to be able to quickly copy down the region in
column A where there is a Region name above.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 81
Default copy down cells

Thank you both for your response. Both ideas work!! Thanks again.

"juliejg1" wrote:

I have a spreadsheet with column A and column B. B contains different
supplier names. Column A contains a region such as EU, NA, LA. However the
region is only in the first cell of the list it matches in column B. Just
like if I had created a pivot table from a list of data with region and
supplier. Each region would only show once because the suppliers are being
grouped by region. I need to be able to quickly copy down the region in
column A where there is a Region name above.

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
Copy and paste versus copy and insert copied cells Alana New Users to Excel 1 September 28th 07 08:58 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
How do I fill (copy) nonadjacent cells to adjacent cells? BuckyGeorge Excel Discussion (Misc queries) 2 December 22nd 05 04:18 AM
How to use macros to copy a range of cells which can exclude some cells which I didn't want to be copied? excelnovice Excel Worksheet Functions 2 September 25th 05 12:38 AM
Copy cells into range of cells until cell change mdeanda Excel Worksheet Functions 1 April 22nd 05 08:41 PM


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

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"