Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 144
Default Using another cell in a formula

I would like to write a simple formula using a reference to something in
another cell. I think it should be easy, but I guess that's only if you know
how.

In cell a1 I have the letters cj which is the name of one of my worksheets.
I want to use a formula in cell b1 that says cj!d4. Instead of writing in
the letters cj into the formula I would like to "reference" them from cell
a1. I tried using +&a1&"!d4 but I just get cj!d4 instead of whats in cj!d4.

Hope this makes sense and hope you can help. Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Using another cell in a formula

Try this:

=INDIRECT("'"&A1&"'!D4")

Biff

"Jordan" wrote in message
...
I would like to write a simple formula using a reference to something in
another cell. I think it should be easy, but I guess that's only if you
know
how.

In cell a1 I have the letters cj which is the name of one of my
worksheets.
I want to use a formula in cell b1 that says cj!d4. Instead of writing in
the letters cj into the formula I would like to "reference" them from cell
a1. I tried using +&a1&"!d4 but I just get cj!d4 instead of whats in
cj!d4.

Hope this makes sense and hope you can help. Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 144
Default Using another cell in a formula

Thanks. That's what I needed.

"T. Valko" wrote:

Try this:

=INDIRECT("'"&A1&"'!D4")

Biff

"Jordan" wrote in message
...
I would like to write a simple formula using a reference to something in
another cell. I think it should be easy, but I guess that's only if you
know
how.

In cell a1 I have the letters cj which is the name of one of my
worksheets.
I want to use a formula in cell b1 that says cj!d4. Instead of writing in
the letters cj into the formula I would like to "reference" them from cell
a1. I tried using +&a1&"!d4 but I just get cj!d4 instead of whats in
cj!d4.

Hope this makes sense and hope you can help. Thanks in advance.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Using another cell in a formula

You're welcome. Thanks for the feedback!

Biff

"Jordan" wrote in message
...
Thanks. That's what I needed.

"T. Valko" wrote:

Try this:

=INDIRECT("'"&A1&"'!D4")

Biff

"Jordan" wrote in message
...
I would like to write a simple formula using a reference to something in
another cell. I think it should be easy, but I guess that's only if
you
know
how.

In cell a1 I have the letters cj which is the name of one of my
worksheets.
I want to use a formula in cell b1 that says cj!d4. Instead of writing
in
the letters cj into the formula I would like to "reference" them from
cell
a1. I tried using +&a1&"!d4 but I just get cj!d4 instead of whats in
cj!d4.

Hope this makes sense and hope you can help. Thanks in advance.






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
use vlook to show the value of a cell using a formula David Excel Discussion (Misc queries) 5 October 21st 06 12:01 AM
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


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