Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default PULLING A VALUE FROM A CELL ON ANOTHER PAGE/WORKSHEET

Another way.

Select the "sending" cell
edit|copy
Go to the "receiving" cell
edit|paste special|click paste Link.

But often times, you'll want to modify that formula.

='Sheet 99'!a1
will return a 0 if that cell is empty.

You could use:
=if('Sheet 99'!a1="","",'Sheet 99'!a1)

If it's empty, return something that looks blank. Else return the value.

ng66 wrote:

When it was just me, I couldn't figure out how to enter that I wanted the
value from the first sheet, so I gave up and decided to ask the experts.

For some strange reason John's answer seemed hard because I got used to
having to enter a formula (yeah, I don't know what I've been smoking
either!), so I tried what Allan suggested, but typing in "=sheet1!s261"
didn't work. I got one of those ###whatever errors. So I looked at John's
again with an un-formulaic maind, and thought, okay, c'mon, it couldn't be
that simple, but, guess what?!! It was!! And it worked perfectly... (o:

Thanks to everyone who answered all my newbie questions. I've been meaning
to learn this program for quite a while, and now that I kinda understand how
it thinks and what it wants from me, I think I may use it more... (o:

"SteveW" wrote:

John and Alan's answers work
What did you try ?

Steve
On Fri, 26 Jan 2007 00:56:01 -0000, ng66
wrote:

Can you do it?



--

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
moving data to a cell, not pulling data to the cell Yojinbou Excel Worksheet Functions 2 November 27th 06 07:32 PM
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
resetting last cell jagdish.eashwar Excel Discussion (Misc queries) 11 March 31st 06 02:06 AM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM


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