Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
K.S.Warrier
 
Posts: n/a
Default Excel-value in a range of cells for two cross references

Sirs,
Is there an easy way to find a corresponding value from a range of
cells("m"rows &"n" columns) by looking to one value in a cell from a row &
another value in another cell from a column.
Example:
Soppose, cells b1:m1 contains 12 values; cells a2:a13 contains 12 values.I
want to find a value from b2:m13(144 cells) corresponding to a value from
b1:m1 & another value from a2:a13.I have found out a round about method .Is
there any short formula using ' if,lookup,....' for this.
Thanks & regards.
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=INDEX($B$2:$M$13,MATCH(Value1,$A$2:$A$13,0),MATCH (Value2,$B$1:$M$1,0))


--
Arvi Laanemets
(When sending e-mail, use address arvil<Attarkon.ee)


"K.S.Warrier" wrote in message
...
Sirs,
Is there an easy way to find a corresponding value from a range of
cells("m"rows &"n" columns) by looking to one value in a cell from a row &
another value in another cell from a column.
Example:
Soppose, cells b1:m1 contains 12 values; cells a2:a13 contains 12 values.I
want to find a value from b2:m13(144 cells) corresponding to a value from
b1:m1 & another value from a2:a13.I have found out a round about method

..Is
there any short formula using ' if,lookup,....' for this.
Thanks & regards.



  #3   Report Post  
Govind
 
Posts: n/a
Default

Hi,

Try

=INDEX($A$1:$M$13,MATCH(A3,$A$1:$A$13,0),MATCH(C1, $A$1:$M$1,0))

Assuming A3 is the vale you need from A2:A13 and C1 is the value you
want from B1:M1.Change the formula according to your requirement.

Regards

Govind.

Assuming A3 is the

K.S.Warrier wrote:
Sirs,
Is there an easy way to find a corresponding value from a range of
cells("m"rows &"n" columns) by looking to one value in a cell from a row &
another value in another cell from a column.
Example:
Soppose, cells b1:m1 contains 12 values; cells a2:a13 contains 12 values.I
want to find a value from b2:m13(144 cells) corresponding to a value from
b1:m1 & another value from a2:a13.I have found out a round about method .Is
there any short formula using ' if,lookup,....' for this.
Thanks & regards.


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I merge cells in Excel, like just 2 cells to make one big . chattacat Excel Discussion (Misc queries) 2 January 19th 05 04:25 PM
How do I merge in a selected range of cells out of Excel? powertots4 Excel Discussion (Misc queries) 1 December 28th 04 08:01 PM
linking cells in Excel 2003. How to not truncate to 255 characters. GarryFerg Excel Discussion (Misc queries) 5 December 8th 04 03:33 PM
index to a range of cells Frank Kabel Excel Worksheet Functions 0 October 27th 04 05:39 PM


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