Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Gathering Data using excel

I have an output from an engineering program that exports data into excel. I
would like to have a summary sheet where the pertinent data that I have can
be seen instead of having my clients having to pour over hundreds of sheets.
How do I get the text to appear.

Example

Cell A5 shows the text "A/V Alcove - 332"
Cell A105 shows the text "Accessible Entrance"

On another sheet, I want to put Name in the top row and below that, I want
to have it be able to call up Cell A5 and then have A105 below that. There
are hundreds of room names so an automatic way where I just pull down the
repeat would be awesome. I want the summary output to look like this.

Name
A/V Alcove - 332
Accessible Entrance

Offset does not work because it is pulling not automatically going down 100
cells to the next name to repeat, it is going to Cell A6 and then bringing
back the number with it.

Vlookup doesn't work for the same reason.

Thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Gathering Data using excel

You can use OFFSET. Here's how ..
Assume your source sheet is named: Sheet1
In your summary sheet,
you could put this in any startcell, say in B2:
=OFFSET(Sheet1!A$5,ROWS($1:1)*100-100,)
This returns the same as the simple link: =Sheet1!A5. But when you copy B2
down, it'll increment to return the desired: =Sheet1!A105 in B3, and so on.
Success? hit YES below
--
Max
Singapore
---
"P Alicea" wrote:
I have an output from an engineering program that exports data into excel. I
would like to have a summary sheet where the pertinent data that I have can
be seen instead of having my clients having to pour over hundreds of sheets.
How do I get the text to appear.

Example

Cell A5 shows the text "A/V Alcove - 332"
Cell A105 shows the text "Accessible Entrance"

On another sheet, I want to put Name in the top row and below that, I want
to have it be able to call up Cell A5 and then have A105 below that. There
are hundreds of room names so an automatic way where I just pull down the
repeat would be awesome. I want the summary output to look like this.

Name
A/V Alcove - 332
Accessible Entrance

Offset does not work because it is pulling not automatically going down 100
cells to the next name to repeat, it is going to Cell A6 and then bringing
back the number with it.

Vlookup doesn't work for the same reason.

Thanks for your help.

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
Gathering data using a form RSA Excel Discussion (Misc queries) 2 December 16th 08 10:13 PM
Gathering Data from Another Workbook David Excel Discussion (Misc queries) 0 September 13th 06 11:35 PM
Gathering Data from various tabs ask72883 Excel Worksheet Functions 2 April 28th 06 07:29 PM
Gathering Survey data ajw150 Excel Discussion (Misc queries) 1 November 28th 05 01:06 PM
gathering data xak_tay Excel Discussion (Misc queries) 0 September 30th 05 06:18 AM


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