Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Grabbing data from a specific cell

Hello all, Im trying to get Excel to grab data from a specific cell on an
external spreadsheet through a pastlink and populate that data to 2nd
spreadsheet that will be tag as a read-only document (for view purposes
only). The data in the first sheet will change when new lines are inserted
above or are placed at the original cell location.

example: First spreadsheet cell A5 has the number 5 in it, that data is
pastelinked to a second (read only) spreadsheet where it is displayed. Now at
row A4 I insert 4 new rows to allow room for the new data that will be copied
here. The new data in the same A5 cell is 10 and needs to display 10 on the
second spreadsheet.

How do I stop excel from following the first A5 and populating that data on
the second external spreadsheet. I only want it too give me the data that
will be in the A5 cell even after the lines are inserted above. I have tried
using the =$A$5 but when the lines are adding the cell that carries the
formula adjust to the new lines add and the calculated cell reads =$A$9. So
is there away to lock-in on a specified cell and it not adjust to the new
inserted lines.

Thanks

In need of help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,069
Default Grabbing data from a specific cell

Use the INDIRECT function:

=INDIRECT("A5")

Hope this helps,

Hutch

"*Kenneth*" wrote:

Hello all, Im trying to get Excel to grab data from a specific cell on an
external spreadsheet through a pastlink and populate that data to 2nd
spreadsheet that will be tag as a read-only document (for view purposes
only). The data in the first sheet will change when new lines are inserted
above or are placed at the original cell location.

example: First spreadsheet cell A5 has the number 5 in it, that data is
pastelinked to a second (read only) spreadsheet where it is displayed. Now at
row A4 I insert 4 new rows to allow room for the new data that will be copied
here. The new data in the same A5 cell is 10 and needs to display 10 on the
second spreadsheet.

How do I stop excel from following the first A5 and populating that data on
the second external spreadsheet. I only want it too give me the data that
will be in the A5 cell even after the lines are inserted above. I have tried
using the =$A$5 but when the lines are adding the cell that carries the
formula adjust to the new lines add and the calculated cell reads =$A$9. So
is there away to lock-in on a specified cell and it not adjust to the new
inserted lines.

Thanks

In need of help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Grabbing data from a specific cell

Where would the INDIRECT function go in the following syntex string:
='U:\IT Documents\[W D Manor - Tracking Log For Copiers.xls]44171 - FONT
LOBBY'!$D$4

I'm trying to grab the data from a cell in an external spreadsheet, where
rows inserted above the ='U:\IT Documents\[W D Manor - Tracking Log For
Copiers.xls]44171 - FONT LOBBY'!$D$4 cell of the external spreadsheet in
paste in the new data. The inserting of the rows is changing the cell value
by the number of rows inserted.

For Example; if I insert 4 rows above the D4 cell of the external
spreadsheet the cell looking at D4 now reads D8 and I what it to lock in on
the D4 cell all the time. Is there a was to have it always lock-on to the D4
cell and not change even if rows are inserted above it.


"Tom Hutchins" wrote:

Use the INDIRECT function:

=INDIRECT("A5")

Hope this helps,

Hutch

"*Kenneth*" wrote:

Hello all, Im trying to get Excel to grab data from a specific cell on an
external spreadsheet through a pastlink and populate that data to 2nd
spreadsheet that will be tag as a read-only document (for view purposes
only). The data in the first sheet will change when new lines are inserted
above or are placed at the original cell location.

example: First spreadsheet cell A5 has the number 5 in it, that data is
pastelinked to a second (read only) spreadsheet where it is displayed. Now at
row A4 I insert 4 new rows to allow room for the new data that will be copied
here. The new data in the same A5 cell is 10 and needs to display 10 on the
second spreadsheet.

How do I stop excel from following the first A5 and populating that data on
the second external spreadsheet. I only want it too give me the data that
will be in the A5 cell even after the lines are inserted above. I have tried
using the =$A$5 but when the lines are adding the cell that carries the
formula adjust to the new lines add and the calculated cell reads =$A$9. So
is there away to lock-in on a specified cell and it not adjust to the new
inserted lines.

Thanks

In need of 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
Grabbing the filtered data in a list? [email protected] Excel Worksheet Functions 3 August 23rd 06 03:33 AM
Grabbing multiple selections in external data import TripMcNeely Excel Discussion (Misc queries) 0 August 23rd 06 12:36 AM
Grabbing the filtered data in a list? [email protected] Excel Worksheet Functions 0 August 22nd 06 09:59 PM
Lock data in a cell a specific cell based on selection on other ce CrimsonPlague29 Excel Worksheet Functions 0 May 10th 06 11:06 AM
Grabbing the last Non-empty cell in a range Arlen Excel Discussion (Misc queries) 2 January 22nd 05 05:15 PM


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