Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default getting information from sheet 1 into sheet 2

we use excel as a drawing register, with the first set being version A and
the second set being Version B and so on. I want to link the second sheet
into the first sheet with something that searches a cell and if that cell is
empty then go to the cell in the previous colum but same row and if that cell
is empty then go to the next previous cell, same row and previous colum.
I am a beginner with just enough knowledge to stuff everything.
--
Sherrill
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 140
Default getting information from sheet 1 into sheet 2

I want to understand your situation better. Your have a workbook with at
least two worksheets.

On sheet 1, you have data maybe in the first few columns and you want to
copy only the last column of data in a row for row basis to sheet 2. Is
that correct?

This would require a macro to do.

In pseudo code, it would look like this

1. look at the last possible column using the first row of data on sheet 1
2. if there is data there, copy it over to sheet 2 first column(same row),
otherwise look at the next cell to the left and repeat step 2 until there
are no more cells to look at tin this row.
3. look at the last possible column using the next row of data on sheet 1
4. repeat steps 2 and 3 until there are no more rows to look at on sheet 1.

Dennis



"Sherrill" wrote in message
...
we use excel as a drawing register, with the first set being version A and
the second set being Version B and so on. I want to link the second sheet
into the first sheet with something that searches a cell and if that cell
is
empty then go to the cell in the previous colum but same row and if that
cell
is empty then go to the next previous cell, same row and previous colum.
I am a beginner with just enough knowledge to stuff everything.
--
Sherrill


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
Using one sheet to complete information in another sheet Anne Excel Worksheet Functions 3 February 23rd 09 09:31 PM
Help!! using sheet 1 information to change information on sheet 2 I want to learn more Excel Worksheet Functions 2 September 30th 08 05:25 PM
checkbox, then taking information from one sheet to another sheet DMK Excel Worksheet Functions 0 September 12th 08 10:00 PM
Information copying from sheet 1 to sheet 2 newjack152 Excel Discussion (Misc queries) 1 March 27th 08 02:02 AM
How do I automatically get information from sheet 1 into sheet 2 Cardslinger Excel Discussion (Misc queries) 7 September 27th 07 02:55 AM


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