PC Review


Reply
Thread Tools Rate Thread

How can I do a lookup to a specific cell on another tab

 
 
KevinM
Guest
Posts: n/a
 
      30th Jul 2010
I am trying to create a formula to say go to cell "A3" in sheet 2 and
return what ever the value is in A3. Example if in sheet 2, cell A3
had the value of 100, i would like to create a lookup on sheet one
where i can type in A3 and it would return with the value of 100

 
Reply With Quote
 
 
 
 
zvkmpw
Guest
Posts: n/a
 
      30th Jul 2010
> I am trying to create a formula to say go to cell "A3" in sheet 2 and
> return what ever the value is in A3. *Example if in sheet 2, cell A3
> had the value of 100, i would like to create a lookup on sheet one
> where i can type in A3 and it would return with the value of 100


One way is to put
A3
(or another cell address) in Sheet1!A2 and put this in Sheet1!A1:
=IF(INDIRECT("Sheet2!"&A2)="","",INDIRECT("Sheet2!"&A2))

The purpose of the IF(...) is so you don't get zeros for cells in
Sheet2 that are empty.
 
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
lookup specific value in a column and show it in a new cell Piotr (Peter) Microsoft Excel Worksheet Functions 3 5th Sep 2008 09:02 AM
Move cursor to specific cell from a specific cell JSnow Microsoft Excel Misc 4 29th Aug 2008 07:53 PM
Lookup a specific field in a specific row in a recordset. =?Utf-8?B?VmFubWFO?= Microsoft Access 3 20th Jun 2007 03:18 PM
lookup a specific cell in Excel Garry Microsoft Access Reports 1 5th Mar 2007 12:54 AM
How can I do a lookup to a specific cell on multiple worksheets? =?Utf-8?B?UmF5IFN0dWJibGVmaWVsZA==?= Microsoft Excel Worksheet Functions 6 4th Mar 2005 12:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:02 PM.