Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Relocating reference numbers for many blocks of data

Dear Sir,

I am using Seagate Infordesktop Software which generate report in MS Excel
2002 format.

My report is designed in such a way that a reference number located the to
right hand coner of each block od data.

I need to edit the data so that it appear at the first column of each line.

Original Report Format
Ref No 1
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx

Ref No 2
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx


Edited Report Format (what I need)
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx

Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx

Is there any short cut or key board command to do this instead of copy the
reference number for each block and past each blank cell one by one?

I would be glad if someone who is knowledgable in Ms Excel 2002 could assist
me.

Thanks

Low Seng Kuang
Malaysia

--
A36B58K641
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Relocating reference numbers for many blocks of data

Try this:

With your posted report data beginning in A2

Insert a column before the data (the report now begins in B2)
A2: =IF(C2="",B2,A1)
Copy that formula down as far as you need

The report now looks like this:
Ref No 1 Ref No 1
Ref No 1 xxxxx xxxxx xxxx
Ref No 1 xxxxx xxxxx xxxx
0
Ref No 2 Ref No 2
Ref No 2 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx

Select Col_A
<edit<copy
<edit<paste special
Check: Values....then click [OK]

Next, assuming Col_C blanks indicate rows to be deleted
Select Col_C
Press the [F5] key....that's the shortcut for <edit<go to
Click the [Special] button
Check: Blanks.....then click the [OK] button
(now, all of the blank cells in Col_C are selected

<edit<delete<entire row

This is the final report format:
Ref No 1 xxxxx xxxxx xxxx
Ref No 1 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Mr. Low" wrote:

Dear Sir,

I am using Seagate Infordesktop Software which generate report in MS Excel
2002 format.

My report is designed in such a way that a reference number located the to
right hand coner of each block od data.

I need to edit the data so that it appear at the first column of each line.

Original Report Format
Ref No 1
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx

Ref No 2
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx


Edited Report Format (what I need)
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx

Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx

Is there any short cut or key board command to do this instead of copy the
reference number for each block and past each blank cell one by one?

I would be glad if someone who is knowledgable in Ms Excel 2002 could assist
me.

Thanks

Low Seng Kuang
Malaysia

--
A36B58K641

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 505
Default Relocating reference numbers for many blocks of data

Dear Ron,

I have tried your steps, it worked out very well.

Many thanks for your help.


Kind Regars

Low Seng Kuang
Malaysia

--
A36B58K641


"Ron Coderre" wrote:

Try this:

With your posted report data beginning in A2

Insert a column before the data (the report now begins in B2)
A2: =IF(C2="",B2,A1)
Copy that formula down as far as you need

The report now looks like this:
Ref No 1 Ref No 1
Ref No 1 xxxxx xxxxx xxxx
Ref No 1 xxxxx xxxxx xxxx
0
Ref No 2 Ref No 2
Ref No 2 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx

Select Col_A
<edit<copy
<edit<paste special
Check: Values....then click [OK]

Next, assuming Col_C blanks indicate rows to be deleted
Select Col_C
Press the [F5] key....that's the shortcut for <edit<go to
Click the [Special] button
Check: Blanks.....then click the [OK] button
(now, all of the blank cells in Col_C are selected

<edit<delete<entire row

This is the final report format:
Ref No 1 xxxxx xxxxx xxxx
Ref No 1 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Mr. Low" wrote:

Dear Sir,

I am using Seagate Infordesktop Software which generate report in MS Excel
2002 format.

My report is designed in such a way that a reference number located the to
right hand coner of each block od data.

I need to edit the data so that it appear at the first column of each line.

Original Report Format
Ref No 1
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx

Ref No 2
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx


Edited Report Format (what I need)
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx

Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx

Is there any short cut or key board command to do this instead of copy the
reference number for each block and past each blank cell one by one?

I would be glad if someone who is knowledgable in Ms Excel 2002 could assist
me.

Thanks

Low Seng Kuang
Malaysia

--
A36B58K641

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Relocating reference numbers for many blocks of data

Thanks for the feedback....I'm glad that worked for you.


***********
Regards,
Ron

XL2002, WinXP


"Mr. Low" wrote:

Dear Ron,

I have tried your steps, it worked out very well.

Many thanks for your help.


Kind Regars

Low Seng Kuang
Malaysia

--
A36B58K641


"Ron Coderre" wrote:

Try this:

With your posted report data beginning in A2

Insert a column before the data (the report now begins in B2)
A2: =IF(C2="",B2,A1)
Copy that formula down as far as you need

The report now looks like this:
Ref No 1 Ref No 1
Ref No 1 xxxxx xxxxx xxxx
Ref No 1 xxxxx xxxxx xxxx
0
Ref No 2 Ref No 2
Ref No 2 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx

Select Col_A
<edit<copy
<edit<paste special
Check: Values....then click [OK]

Next, assuming Col_C blanks indicate rows to be deleted
Select Col_C
Press the [F5] key....that's the shortcut for <edit<go to
Click the [Special] button
Check: Blanks.....then click the [OK] button
(now, all of the blank cells in Col_C are selected

<edit<delete<entire row

This is the final report format:
Ref No 1 xxxxx xxxxx xxxx
Ref No 1 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx
Ref No 2 xxxxx xxxxx xxxx

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Mr. Low" wrote:

Dear Sir,

I am using Seagate Infordesktop Software which generate report in MS Excel
2002 format.

My report is designed in such a way that a reference number located the to
right hand coner of each block od data.

I need to edit the data so that it appear at the first column of each line.

Original Report Format
Ref No 1
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx

Ref No 2
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx
xxxxx xxxxx xxxx


Edited Report Format (what I need)
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx
Ref No 1 xxxxx xxxxx xxxxx

Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx
Ref No 2 xxxxx xxxxx xxxxx

Is there any short cut or key board command to do this instead of copy the
reference number for each block and past each blank cell one by one?

I would be glad if someone who is knowledgable in Ms Excel 2002 could assist
me.

Thanks

Low Seng Kuang
Malaysia

--
A36B58K641

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
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
I need to store reference data in one file for any WB to ref DMB Excel Discussion (Misc queries) 0 February 15th 06 05:00 PM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Linest: problems using broken reference data Alex Excel Worksheet Functions 1 May 18th 05 01:22 PM


All times are GMT +1. The time now is 11:18 AM.

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"