Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default shifting of data to fill into blank cells

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help






--
oldLearner57
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default shifting of data to fill into blank cells

One way ..

Put in C1:
=IF(AND(A1="",B1=""),"",IF(AND(A1="",B1<""),B1,A1 ))
Copy down as far required. This returns the required results in col C. If
desired, just copy col C and overwrite col A with a paste special as values.
Clean up by deleting cols B & C.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


"tikchye_oldLearner57" wrote:

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help






--
oldLearner57

  #3   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default shifting of data to fill into blank cells

try in column C
=A1 & B1
copy down as far as you need to
Copy column C and paste values over column A
Delete columns B and C

"tikchye_oldLearner57" wrote:

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help






--
oldLearner57

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default shifting of data to fill into blank cells

Select Column A and F5SpecialBlanksOK

EditDeleteShift Cells LeftOK


Gord Dibben MS Excel MVP

On Wed, 11 Apr 2007 07:20:08 -0700, tikchye_oldLearner57
wrote:

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default shifting of data to fill into blank cells

thanks Gord Dibben, very helpful and simplie :0

thanks community as well :)
--
oldLearner57


"Gord Dibben" wrote:

Select Column A and F5SpecialBlanksOK

EditDeleteShift Cells LeftOK


Gord Dibben MS Excel MVP

On Wed, 11 Apr 2007 07:20:08 -0700, tikchye_oldLearner57
wrote:

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default shifting of data to fill into blank cells

thanks bj :) very helpful

thanks community
--
oldLearner57


"bj" wrote:

try in column C
=A1 & B1
copy down as far as you need to
Copy column C and paste values over column A
Delete columns B and C

"tikchye_oldLearner57" wrote:

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help






--
oldLearner57

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default shifting of data to fill into blank cells

thanks Max :) very helpful

thanks community
--
oldLearner57


"Max" wrote:

One way ..

Put in C1:
=IF(AND(A1="",B1=""),"",IF(AND(A1="",B1<""),B1,A1 ))
Copy down as far required. This returns the required results in col C. If
desired, just copy col C and overwrite col A with a paste special as values.
Clean up by deleting cols B & C.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


"tikchye_oldLearner57" wrote:

hi community
how can i shift of move the data from one colum to another column empty cells:
example:
A B
1 Apple
2 Orange
3 Melon
4 Strawberry

the example above shows 2 columns with 4 rows and I want to move B2 & B4
to fill into A2 & A4

instead of using cut and paste and I need to do several times if my data has
more rows, is there any quicker way to shift my data to fill up the empty
cells in column A ?

thanks community for the help






--
oldLearner57

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
Fill blank cells with cells above data Mary Excel Worksheet Functions 7 September 19th 07 09:34 PM
FILL IN BLANK CELLS Charles Excel Discussion (Misc queries) 2 August 8th 05 07:07 PM
Fill blank cells jenny Excel Discussion (Misc queries) 2 January 7th 05 02:33 PM
How would I fill blank cells with the data from a previous cell? Clive Darling Excel Discussion (Misc queries) 3 January 6th 05 01:10 AM
stop excel from shifting cells up when a query returns no data DrLostinExcel Excel Worksheet Functions 2 November 9th 04 05:44 PM


All times are GMT +1. The time now is 05:53 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"