Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Val from ICB
 
Posts: n/a
Default In Excel what can I use for the XINDEX function from Lotus 123?

How can I have the formula look at a 2 different cells for values, match them
to a row and column on a chart and input the value at the intersection. The
XINDEX function works this way in Lotus 123.
  #2   Report Post  
Harlan Grove
 
Posts: n/a
Default

Val from ICB wrote...
How can I have the formula look at a 2 different cells for values,

match them
to a row and column on a chart and input the value at the

intersection. The
XINDEX function works this way in Lotus 123.


The best Excel equivalents for the 123 formula

@XINDEX(RNG,ColVal,RowVal)

would be

=INDEX(RNG,MATCH(RowVal,INDEX(RNG,0,1),0),MATCH(Co lVal,INDEX(RNG,1,0),0))

=VLOOKUP(RowVal,RNG,MATCH(ColVal,INDEX(RNG,1,0),0) ,0)

=HLOOKUP(ColVal,RNG,MATCH(RowVal,INDEX(RNG,0,1),0) ,0)

  #3   Report Post  
Ken Wright
 
Posts: n/a
Default

Data Table in A1:H8

Column headers in B1:H1
Row Headers in A2:A8

Column value to lookup in A12
Row value to lookup in A13

=INDEX($A$1:$H$8,MATCH(A12,A1:A8,0),MATCH(A13,A1:H 1,0))

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Val from ICB" <Val from wrote in message
...
How can I have the formula look at a 2 different cells for values, match

them
to a row and column on a chart and input the value at the intersection.

The
XINDEX function works this way in Lotus 123.



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
Return value with using Excel function SNOWBALLCHAN New Users to Excel 1 February 21st 05 07:25 AM
Excel Logic Function Dennis Excel Discussion (Misc queries) 3 December 28th 04 04:23 PM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
Missing function in Excel 2003 Galldrian Excel Discussion (Misc queries) 2 November 30th 04 12:34 PM
IF/ LOOKUP FUNCTION - Excel 2000 Chandrashekhar Excel Worksheet Functions 3 November 5th 04 11:02 AM


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