Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sctroy
 
Posts: n/a
Default formula with moving range


I have a workbook that updates daily. When it updates the new updated
value goes in the top row of the column lets say A3 and moves the rest
of the values in the column down one row. I want to link these values
to another workbook named Games2. What formula can I use to copy these
values? example The first day it copies A3:A212 the next day A3:A213.
Can anyone help?


--
sctroy
------------------------------------------------------------------------
sctroy's Profile: http://www.excelforum.com/member.php...o&userid=25928
View this thread: http://www.excelforum.com/showthread...hreadid=484163

  #2   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default formula with moving range

Hi,

Let's suppose that the orginal data are in Sheet1 in the workbook named
xxx.xls.
Use the following formula in A3 of the new workbook (modify the workbook
name and worksheet name appropriately)

=IF([xxx.xls]Sheet1!A3="","",[xxx.xls]Sheet1!A3)

and fill-in the formula down to a large number of rows (say A3 to A1002)

Regards,
B. R. Ramachandran

"sctroy" wrote:


I have a workbook that updates daily. When it updates the new updated
value goes in the top row of the column lets say A3 and moves the rest
of the values in the column down one row. I want to link these values
to another workbook named Games2. What formula can I use to copy these
values? example The first day it copies A3:A212 the next day A3:A213.
Can anyone help?


--
sctroy
------------------------------------------------------------------------
sctroy's Profile: http://www.excelforum.com/member.php...o&userid=25928
View this thread: http://www.excelforum.com/showthread...hreadid=484163


  #3   Report Post  
Jim May
 
Posts: n/a
Default formula with moving range

Change Destination range from D10 below to where you want it to go..

Range("$A$3").select 'In Sheet1
Range("$A$3", Selection.End(xlDown)).Copy _
Destination:= Sheets("Sheet2").Range("D10")

HTH

"sctroy" wrote in
message ...

I have a workbook that updates daily. When it updates the new updated
value goes in the top row of the column lets say A3 and moves the rest
of the values in the column down one row. I want to link these values
to another workbook named Games2. What formula can I use to copy these
values? example The first day it copies A3:A212 the next day A3:A213.
Can anyone help?


--
sctroy
------------------------------------------------------------------------
sctroy's Profile:
http://www.excelforum.com/member.php...o&userid=25928
View this thread: http://www.excelforum.com/showthread...hreadid=484163



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
how to reference external refereces from a list FalconArt Excel Worksheet Functions 7 August 22nd 05 05:17 PM
Conditional Format - Formula to Colour Every 3rd Cell in Offset Range Sam via OfficeKB.com Excel Discussion (Misc queries) 7 August 13th 05 04:19 AM
Formula to find first, second, third etc. value (range) Cello Excel Discussion (Misc queries) 2 August 6th 05 07:57 AM
Using the text from a cell as a range name in a formula Fletch Excel Discussion (Misc queries) 3 June 13th 05 07:57 PM
how do I make a formula NOT change when the data range is moved? Alida Andrews Excel Discussion (Misc queries) 2 January 6th 05 09:02 PM


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