Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Monty1952
 
Posts: n/a
Default Lotus @xindex equivelant in Excel

Does anyone know what the equivelant is of the Lotus @xindex function? Its
the function that in effect allows you to do a vertical and horizontal lookup
of a table and give you the value of that intersection.

Thanks in advance
  #2   Report Post  
tjtjjtjt
 
Posts: n/a
Default

Excel has a function called INDEX that does this. It can be combined with
MATCH to use the Row and Column Heading to search for items in the table.
For example, see:
http://www.contextures.com/xlFunctions03.html

tj

"Monty1952" wrote:

Does anyone know what the equivelant is of the Lotus @xindex function? Its
the function that in effect allows you to do a vertical and horizontal lookup
of a table and give you the value of that intersection.

Thanks in advance

  #3   Report Post  
Tim C
 
Posts: n/a
Default

If you are just supplying row and column numbers (rather than matching to
row and column headings) use OFFSET:

=OFFSET(A1,RowNumber,ColumnNumber)

Note that RowNumber and ColumnNumber will be the number of spaces the target
cell is offset from the reference cell.

In other words,

@XINDEX(B2:B10,2,3)

would be translated as

OFFSET(B2,1,2)

or

OFFSET(A1,2,3)

Tim C

"Monty1952" wrote in message
...
Does anyone know what the equivelant is of the Lotus @xindex function? Its
the function that in effect allows you to do a vertical and horizontal
lookup
of a table and give you the value of that intersection.

Thanks in advance



  #4   Report Post  
Andy
 
Posts: n/a
Default

This file might be a help:
http://www.bygsoftware.com/examples/.../xindexvba.zip
It's in the "Excel for Lotus 123 Users" section on page:
http://www.bygsoftware.com/examples/examples.htm

In Excel there is no direct equivalent for Lotus 123's XINDEX function. This
workbook shows two Excel formula constructions that achieve the same result.

The first example uses two additional inputs. It uses the Excel functions:
INDEX and MATCH The second example uses the same inputs as the Lotus XINDEX
function. It uses the Excel functions: INDEX, MATCH and OFFSET.

There are also two additional pieces of VBA showing how to use this in code
and capture an error condition.

The code is open and commented.

There is also an alternative construction using SUMPRODUCT at:
http://www.bygsoftware.com/Excel/fun...sumproduct.htm

Andy

"Monty1952" wrote in message
...
Does anyone know what the equivelant is of the Lotus @xindex function? Its
the function that in effect allows you to do a vertical and horizontal
lookup
of a table and give you the value of that intersection.

Thanks in advance



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 transfer lotus files to excel mel Excel Discussion (Misc queries) 2 January 24th 05 09:05 PM
LOTUS 123 TO EXCEL 2003 becky Excel Discussion (Misc queries) 3 January 19th 05 03:02 AM
Still Convert Lotus 123 to Excel 2003 becky Excel Discussion (Misc queries) 2 December 24th 04 02:14 AM
import Lotus file to Excel Lotus to Excel HELP! Excel Discussion (Misc queries) 2 November 28th 04 04:26 PM


All times are GMT +1. The time now is 07:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"