Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Return of value when copying a formula

I've created a v simple [= function] in order to get data from one
spreadsheet to another. However, when I copy the function across the
spreadsheet, it is returning the value of the copied cell, not the value of
the cell the formula points to.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Return of value when copying a formula

Post your formula.
--
Gary''s Student - gsnu201001


"Stinky" wrote:

I've created a v simple [= function] in order to get data from one
spreadsheet to another. However, when I copy the function across the
spreadsheet, it is returning the value of the copied cell, not the value of
the cell the formula points to.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Return of value when copying a formula

I'm in Sheet2, and use the formula:

=Sheet1!B2

In order to repeat data from Sheet 1.

When I copy this down the col the formula changes to =Sheet1!B3, =Sheet1!B4
etc as you would expect, but I get the value of Sheet1!B2 (which happens to
be 1) instead of the value in Sheet1!B3 (which should be 2) and Sheet1!B4
(which should be 3) etc.

Thanks!

"Gary''s Student" wrote:

Post your formula.
--
Gary''s Student - gsnu201001


"Stinky" wrote:

I've created a v simple [= function] in order to get data from one
spreadsheet to another. However, when I copy the function across the
spreadsheet, it is returning the value of the copied cell, not the value of
the cell the formula points to.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Return of value when copying a formula

The book might accidentally be in manual calc mode. Click Tools Options
Calculation tab check "Automatic" OK. voila? hit YES below
--
Max
Singapore
---
"Stinky" wrote:
I'm in Sheet2, and use the formula:

=Sheet1!B2

In order to repeat data from Sheet 1.

When I copy this down the col the formula changes to =Sheet1!B3, =Sheet1!B4
etc as you would expect, but I get the value of Sheet1!B2 (which happens to
be 1) instead of the value in Sheet1!B3 (which should be 2) and Sheet1!B4
(which should be 3) etc.

Thanks!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Return of value when copying a formula

Max gave you the solution, but you may want to use a formula like:

=if(Sheet1!B2="","",sheet1!b2)

Then those empty cells on sheet1 won't return 0's.

Stinky wrote:

I'm in Sheet2, and use the formula:

=Sheet1!B2

In order to repeat data from Sheet 1.

When I copy this down the col the formula changes to =Sheet1!B3, =Sheet1!B4
etc as you would expect, but I get the value of Sheet1!B2 (which happens to
be 1) instead of the value in Sheet1!B3 (which should be 2) and Sheet1!B4
(which should be 3) etc.

Thanks!

"Gary''s Student" wrote:

Post your formula.
--
Gary''s Student - gsnu201001


"Stinky" wrote:

I've created a v simple [= function] in order to get data from one
spreadsheet to another. However, when I copy the function across the
spreadsheet, it is returning the value of the copied cell, not the value of
the cell the formula points to.


--

Dave Peterson
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
checking input in a cell and return by copying info from a other c Golf-Iron7 Excel Worksheet Functions 4 February 27th 10 04:07 AM
copy formula result (text) only - without copying formula Mulberry Excel Discussion (Misc queries) 2 October 2nd 08 09:51 AM
COPYING SUM/IF FORMULA Misty Excel Discussion (Misc queries) 1 August 20th 08 04:01 AM
copying the Hyperlink function result without copying the actual formula mcheng Excel Worksheet Functions 2 June 9th 07 02:43 AM
copying formula down iculookn2 Excel Discussion (Misc queries) 5 April 24th 06 07:19 PM


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