PC Review


Reply
Thread Tools Rate Thread

How to direct to a cell from text

 
 
Jon
Guest
Posts: n/a
 
      20th Nov 2008
Okay here is my question, and I'm sure its basic.

I've got 3 drop down boxes that when chosen return a value.

The first drop down box returns a sheet number,
2nd returns a column letter
3rd returns a row number

In a 4th box I have a cell that combines all the text so it reads something
like:
Sheet2!B17

I want a cell to display the value in that cell.

So if I have a cell with the text in it, Sheet2!B17, how do I get an
adjacent cell to display the value that is contained in that specified cell?
This will be dependant on what the text in that cell is, and subject to
frequent change.
 
Reply With Quote
 
 
 
 
Michael
Guest
Posts: n/a
 
      20th Nov 2008
just key in the indirect Function in the adjacent cell
Say you have Sheet2!B2 in c2, on D2 you should have =Indirect(C2)
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Jon" wrote:

> Okay here is my question, and I'm sure its basic.
>
> I've got 3 drop down boxes that when chosen return a value.
>
> The first drop down box returns a sheet number,
> 2nd returns a column letter
> 3rd returns a row number
>
> In a 4th box I have a cell that combines all the text so it reads something
> like:
> Sheet2!B17
>
> I want a cell to display the value in that cell.
>
> So if I have a cell with the text in it, Sheet2!B17, how do I get an
> adjacent cell to display the value that is contained in that specified cell?
> This will be dependant on what the text in that cell is, and subject to
> frequent change.

 
Reply With Quote
 
Gary''s Student
Guest
Posts: n/a
 
      20th Nov 2008
Say that D1 is the cell that displays:
Sheet2!B17

In another cell enter:
=INDIRECT(D1) to display the contents of the cell mentioned in D1
--
Gary''s Student - gsnu200815


"Jon" wrote:

> Okay here is my question, and I'm sure its basic.
>
> I've got 3 drop down boxes that when chosen return a value.
>
> The first drop down box returns a sheet number,
> 2nd returns a column letter
> 3rd returns a row number
>
> In a 4th box I have a cell that combines all the text so it reads something
> like:
> Sheet2!B17
>
> I want a cell to display the value in that cell.
>
> So if I have a cell with the text in it, Sheet2!B17, how do I get an
> adjacent cell to display the value that is contained in that specified cell?
> This will be dependant on what the text in that cell is, and subject to
> frequent change.

 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      20th Nov 2008
One way:

If the combined info is in cell D1:

=INDIRECT(D1)

In article <6280FA02-C646-419A-8D32-(E-Mail Removed)>,
Jon <(E-Mail Removed)> wrote:

> Okay here is my question, and I'm sure its basic.
>
> I've got 3 drop down boxes that when chosen return a value.
>
> The first drop down box returns a sheet number,
> 2nd returns a column letter
> 3rd returns a row number
>
> In a 4th box I have a cell that combines all the text so it reads something
> like:
> Sheet2!B17
>
> I want a cell to display the value in that cell.
>
> So if I have a cell with the text in it, Sheet2!B17, how do I get an
> adjacent cell to display the value that is contained in that specified cell?
> This will be dependant on what the text in that cell is, and subject to
> frequent change.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I direct cursor to a specific cell? Sandman Microsoft Excel Misc 2 3rd Jun 2008 06:36 PM
select text in cell based on text from another cell, paste the text at the begining of a thrid cell, etc... jsd219 Microsoft Excel Programming 0 19th Oct 2006 05:04 PM
Direct Precedents of a cell jdcox1999 Microsoft Excel Programming 4 4th Oct 2006 06:39 PM
Re: limit direct entry without locking cell beebop Microsoft Excel Discussion 0 20th Jun 2006 04:42 PM
Using Indirect en direct cell references =?Utf-8?B?QmFydCBTY2hvdXc=?= Microsoft Excel Misc 2 13th Jan 2005 01:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:17 PM.