Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Martin Wheeler
 
Posts: n/a
Default Copy Cell Referecnces

xl2003

I need to build a summary table which will be full of references such as
=R1!E3.

My problem is that I have about 1200 existing workbooks that I need to paste
the table into.

And when I do it looks like =[12Sept05.xls]R1!E3. Is there any way I can
paste the ref. but without listing the original book.

So I want to copy =[12Sept05.xls]R1!E3 and then paste =R1!E3. The finished
table would have about 50 such refs.

Any help would be greatly appreciated.

Ta,
Martin


  #2   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Martin,
I would avoid naming sheets with names that look like cell names
whether it works or not. You certainly cannot use defined names
that can't be distinguished from cell addresses.

Copy the formula from the formula bar.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Martin Wheeler" wrote in message ...
xl2003

I need to build a summary table which will be full of references such as
=R1!E3.

My problem is that I have about 1200 existing workbooks that I need to paste
the table into.

And when I do it looks like =[12Sept05.xls]R1!E3. Is there any way I can
paste the ref. but without listing the original book.

So I want to copy =[12Sept05.xls]R1!E3 and then paste =R1!E3. The finished
table would have about 50 such refs.

Any help would be greatly appreciated.

Ta,
Martin




  #3   Report Post  
Martin Wheeler
 
Posts: n/a
Default

Hi David
Thanks for that. It looks like I am going to have to go to VBA.
Ta,
Martin


"David McRitchie" wrote in message
...
Hi Martin,
I would avoid naming sheets with names that look like cell names
whether it works or not. You certainly cannot use defined names
that can't be distinguished from cell addresses.

Copy the formula from the formula bar.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Martin Wheeler" wrote in message
...
xl2003

I need to build a summary table which will be full of references such as
=R1!E3.

My problem is that I have about 1200 existing workbooks that I need to
paste
the table into.

And when I do it looks like =[12Sept05.xls]R1!E3. Is there any way I can
paste the ref. but without listing the original book.

So I want to copy =[12Sept05.xls]R1!E3 and then paste =R1!E3. The
finished
table would have about 50 such refs.

Any help would be greatly appreciated.

Ta,
Martin






  #4   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Martin,
If copying from the formula bar won't work for you then
see "copy formula" and "paste formula" macros that
you can set up on your context menu (right click menus).

Right Click Menus (Context Menus) in Excel
http://www.mvps.org/dmcritchie/excel/rightclick.htm

also see http://www.mvps.org/dmcritchie/excel/paste.htm

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Martin Wheeler" wrote in message ...
Hi David
Thanks for that. It looks like I am going to have to go to VBA.
Ta,
Martin


"David McRitchie" wrote in message
...
Hi Martin,
I would avoid naming sheets with names that look like cell names
whether it works or not. You certainly cannot use defined names
that can't be distinguished from cell addresses.

Copy the formula from the formula bar.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Martin Wheeler" wrote in message
...
xl2003

I need to build a summary table which will be full of references such as
=R1!E3.

My problem is that I have about 1200 existing workbooks that I need to
paste
the table into.

And when I do it looks like =[12Sept05.xls]R1!E3. Is there any way I can
paste the ref. but without listing the original book.

So I want to copy =[12Sept05.xls]R1!E3 and then paste =R1!E3. The
finished
table would have about 50 such refs.

Any help would be greatly appreciated.

Ta,
Martin








  #5   Report Post  
Martin Wheeler
 
Posts: n/a
Default

Hi David,
Thanks for that.
Ta,
Martin

"David McRitchie" wrote in message
.. .
Hi Martin,
If copying from the formula bar won't work for you then
see "copy formula" and "paste formula" macros that
you can set up on your context menu (right click menus).

Right Click Menus (Context Menus) in Excel
http://www.mvps.org/dmcritchie/excel/rightclick.htm

also see http://www.mvps.org/dmcritchie/excel/paste.htm

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Martin Wheeler" wrote in message
...
Hi David
Thanks for that. It looks like I am going to have to go to VBA.
Ta,
Martin


"David McRitchie" wrote in message
...
Hi Martin,
I would avoid naming sheets with names that look like cell names
whether it works or not. You certainly cannot use defined names
that can't be distinguished from cell addresses.

Copy the formula from the formula bar.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Martin Wheeler" wrote in message
...
xl2003

I need to build a summary table which will be full of references such
as
=R1!E3.

My problem is that I have about 1200 existing workbooks that I need to
paste
the table into.

And when I do it looks like =[12Sept05.xls]R1!E3. Is there any way I
can
paste the ref. but without listing the original book.

So I want to copy =[12Sept05.xls]R1!E3 and then paste =R1!E3. The
finished
table would have about 50 such refs.

Any help would be greatly appreciated.

Ta,
Martin












  #6   Report Post  
David McRitchie
 
Posts: n/a
Default

You're welcome, hope it works out for you (copy and paste formulas)

"Martin Wheeler" wrote ...
Hi David,
Thanks for that.



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 can I copy cell formats in functions? Twitty Kitty Excel Worksheet Functions 3 July 24th 05 12:26 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
How do I copy data in single cell format to a merged cell format Paul Excel Discussion (Misc queries) 1 June 27th 05 11:00 AM
Copy from merge cell MK Excel Discussion (Misc queries) 4 June 26th 05 11:30 AM
Merge cell & Copy Data from different cell MK Excel Discussion (Misc queries) 0 June 24th 05 10:54 AM


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