Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Find values on another sheet

Thank you for looking at this and for your help.
Is there a way to use values in two other cells to find a value on another
worksheet within the same workbook?
On the main sheet it has:
A (sheet names) B (cell to look at on other sheet)
2 GE PO 2051280 $G$8
3 GE PO 2051280 $L$8
4 GE PO 2051280 $L$9
5 GE PO 2057879 $B$8
6 GE PO 2057879 $G$8
7 GE PO 2057879 $G$9

I'm trying to get the value that's in cell G8 on sheet GE PO 2051280 (and so
on)
When I use the formula ='A2'!B2 a popup box opens wanting to know what file
to use.

Thanks in advance
Joe

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Find values on another sheet

Try

=INDIRECT("'"&A2&"'!"&B2)


--


Regards,


Peo Sjoblom


"Joe Gieder" wrote in message
...
Thank you for looking at this and for your help.
Is there a way to use values in two other cells to find a value on another
worksheet within the same workbook?
On the main sheet it has:
A (sheet names) B (cell to look at on other sheet)
2 GE PO 2051280 $G$8
3 GE PO 2051280 $L$8
4 GE PO 2051280 $L$9
5 GE PO 2057879 $B$8
6 GE PO 2057879 $G$8
7 GE PO 2057879 $G$9

I'm trying to get the value that's in cell G8 on sheet GE PO 2051280 (and
so
on)
When I use the formula ='A2'!B2 a popup box opens wanting to know what
file
to use.

Thanks in advance
Joe



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Find values on another sheet

Thank you it works perfectly.
Now is there a way to use this formula to find the value in cell D8 on the
the work sheet in this formula =INDIRECT("'"&A2&"'!"&B2) something like
=INDIRECT("'"&A2&"'!"&B2),COLUMN(+2) looking for the cell value two columns
to the right which would be in D8.

Thank you for the help

"Peo Sjoblom" wrote:

Try

=INDIRECT("'"&A2&"'!"&B2)


--


Regards,


Peo Sjoblom


"Joe Gieder" wrote in message
...
Thank you for looking at this and for your help.
Is there a way to use values in two other cells to find a value on another
worksheet within the same workbook?
On the main sheet it has:
A (sheet names) B (cell to look at on other sheet)
2 GE PO 2051280 $G$8
3 GE PO 2051280 $L$8
4 GE PO 2051280 $L$9
5 GE PO 2057879 $B$8
6 GE PO 2057879 $G$8
7 GE PO 2057879 $G$9

I'm trying to get the value that's in cell G8 on sheet GE PO 2051280 (and
so
on)
When I use the formula ='A2'!B2 a popup box opens wanting to know what
file
to use.

Thanks in advance
Joe




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Find values on another sheet

=OFFSET(INDIRECT("'"&A2&"'!"&B2),,2)




--


Regards,


Peo Sjoblom



"Joe Gieder" wrote in message
...
Thank you it works perfectly.
Now is there a way to use this formula to find the value in cell D8 on the
the work sheet in this formula =INDIRECT("'"&A2&"'!"&B2) something like
=INDIRECT("'"&A2&"'!"&B2),COLUMN(+2) looking for the cell value two
columns
to the right which would be in D8.

Thank you for the help

"Peo Sjoblom" wrote:

Try

=INDIRECT("'"&A2&"'!"&B2)


--


Regards,


Peo Sjoblom


"Joe Gieder" wrote in message
...
Thank you for looking at this and for your help.
Is there a way to use values in two other cells to find a value on
another
worksheet within the same workbook?
On the main sheet it has:
A (sheet names) B (cell to look at on other sheet)
2 GE PO 2051280 $G$8
3 GE PO 2051280 $L$8
4 GE PO 2051280 $L$9
5 GE PO 2057879 $B$8
6 GE PO 2057879 $G$8
7 GE PO 2057879 $G$9

I'm trying to get the value that's in cell G8 on sheet GE PO 2051280
(and
so
on)
When I use the formula ='A2'!B2 a popup box opens wanting to know what
file
to use.

Thanks in advance
Joe






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Find values on another sheet

Thank you very much it works prefectly. You are are a great help and I am
greateful for your asistance.
Joe

"Peo Sjoblom" wrote:

=OFFSET(INDIRECT("'"&A2&"'!"&B2),,2)




--


Regards,


Peo Sjoblom



"Joe Gieder" wrote in message
...
Thank you it works perfectly.
Now is there a way to use this formula to find the value in cell D8 on the
the work sheet in this formula =INDIRECT("'"&A2&"'!"&B2) something like
=INDIRECT("'"&A2&"'!"&B2),COLUMN(+2) looking for the cell value two
columns
to the right which would be in D8.

Thank you for the help

"Peo Sjoblom" wrote:

Try

=INDIRECT("'"&A2&"'!"&B2)


--


Regards,


Peo Sjoblom


"Joe Gieder" wrote in message
...
Thank you for looking at this and for your help.
Is there a way to use values in two other cells to find a value on
another
worksheet within the same workbook?
On the main sheet it has:
A (sheet names) B (cell to look at on other sheet)
2 GE PO 2051280 $G$8
3 GE PO 2051280 $L$8
4 GE PO 2051280 $L$9
5 GE PO 2057879 $B$8
6 GE PO 2057879 $G$8
7 GE PO 2057879 $G$9

I'm trying to get the value that's in cell G8 on sheet GE PO 2051280
(and
so
on)
When I use the formula ='A2'!B2 a popup box opens wanting to know what
file
to use.

Thanks in advance
Joe









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Find values on another sheet

You're welcome


--


Regards,


Peo Sjoblom



"Joe Gieder" wrote in message
...
Thank you very much it works prefectly. You are are a great help and I am
greateful for your asistance.
Joe

"Peo Sjoblom" wrote:

=OFFSET(INDIRECT("'"&A2&"'!"&B2),,2)




--


Regards,


Peo Sjoblom



"Joe Gieder" wrote in message
...
Thank you it works perfectly.
Now is there a way to use this formula to find the value in cell D8 on
the
the work sheet in this formula =INDIRECT("'"&A2&"'!"&B2) something like
=INDIRECT("'"&A2&"'!"&B2),COLUMN(+2) looking for the cell value two
columns
to the right which would be in D8.

Thank you for the help

"Peo Sjoblom" wrote:

Try

=INDIRECT("'"&A2&"'!"&B2)


--


Regards,


Peo Sjoblom


"Joe Gieder" wrote in message
...
Thank you for looking at this and for your help.
Is there a way to use values in two other cells to find a value on
another
worksheet within the same workbook?
On the main sheet it has:
A (sheet names) B (cell to look at on other sheet)
2 GE PO 2051280 $G$8
3 GE PO 2051280 $L$8
4 GE PO 2051280 $L$9
5 GE PO 2057879 $B$8
6 GE PO 2057879 $G$8
7 GE PO 2057879 $G$9

I'm trying to get the value that's in cell G8 on sheet GE PO 2051280
(and
so
on)
When I use the formula ='A2'!B2 a popup box opens wanting to know
what
file
to use.

Thanks in advance
Joe









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
find values in multiple cells and paste row values izzyt1972 Excel Discussion (Misc queries) 5 December 26th 07 10:14 PM
Macro to find matching date and copy values to another sheet Tiger Excel Discussion (Misc queries) 3 August 13th 07 01:45 PM
copy values generated by conditional formula in one sheet to the other work sheet as values ramana Excel Worksheet Functions 1 October 5th 05 01:04 PM
copy values generated by conditional formula in one sheet to the other work sheet as values bobby Excel Discussion (Misc queries) 1 October 5th 05 12:18 PM
How do I use VLOOKUP to find values across more than 1 sheet or Wo RVFmal Excel Worksheet Functions 1 September 7th 05 04:59 PM


All times are GMT +1. The time now is 12:44 AM.

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"