Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
robot
 
Posts: n/a
Default Formula Help

Hi,

I need a formula that references a cell (say C2) of one of the worksheets
called U3, U4, V3, V4, etc.

However, the worksheet to use depends on the value of two other cells (A1
and B1). For example, if the value of A1 is U, the value of B1 is 3, then
the formula would become =U3!C2

How can I cook up such a formula, preferably without the use of any vba?



  #2   Report Post  
JMB
 
Posts: n/a
Default

=INDIRECT(A1&B1&"!C2")

"robot" wrote:

Hi,

I need a formula that references a cell (say C2) of one of the worksheets
called U3, U4, V3, V4, etc.

However, the worksheet to use depends on the value of two other cells (A1
and B1). For example, if the value of A1 is U, the value of B1 is 3, then
the formula would become =U3!C2

How can I cook up such a formula, preferably without the use of any vba?




  #3   Report Post  
Rowan
 
Posts: n/a
Default

Try =INDIRECT(A1&B1&"!C2")

Hope this helps
Rowan

robot wrote:
Hi,

I need a formula that references a cell (say C2) of one of the worksheets
called U3, U4, V3, V4, etc.

However, the worksheet to use depends on the value of two other cells (A1
and B1). For example, if the value of A1 is U, the value of B1 is 3, then
the formula would become =U3!C2

How can I cook up such a formula, preferably without the use of any vba?



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
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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