ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   What is the name of this function... (https://www.excelbanter.com/excel-programming/339033-what-name-function.html)

hamma_thrower

What is the name of this function...
 
=(some column array) (some row array)

= the intersection of the two arrays.

I need more information on this; I just need the name to search for it.

I have many 4x4 tables from which i need to get one value from, both
vars could be called independent of each other.


Dave Peterson

What is the name of this function...
 
Maybe =index()

or natural language formulas (I don't use these)

for =vlookup() and =index(match()), you could look at Debra Dalgleish's site:
http://www.contextures.com/xlFunctions02.html
and
http://www.contextures.com/xlFunctions03.html



hamma_thrower wrote:

=(some column array) (some row array)

= the intersection of the two arrays.

I need more information on this; I just need the name to search for it.

I have many 4x4 tables from which i need to get one value from, both
vars could be called independent of each other.


--

Dave Peterson

Chip Pearson

What is the name of this function...
 
There is no named function as such. The space character works as
the intersection operator. E.g,


=(B1:B10 A4:H4)

will return the intersection of B1:B10 and A4:H4, or cell B4.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"hamma_thrower" wrote in message
oups.com...
=(some column array) (some row array)

= the intersection of the two arrays.

I need more information on this; I just need the name to search
for it.

I have many 4x4 tables from which i need to get one value from,
both
vars could be called independent of each other.




Tushar Mehta

What is the name of this function...
 
In article .com,
says...
=(some column array) (some row array)

= the intersection of the two arrays.

I need more information on this; I just need the name to search for it.

I have many 4x4 tables from which i need to get one value from, both
vars could be called independent of each other.


To access a particular element of a 4x4 (or MxN for that matter) range
of cells, check out the INDEX and OFFSET functions.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

George Nicholson[_2_]

What is the name of this function...
 
I see that you've already received several suggestions if you are looking
for worksheet functions, so I won't repeat those.

In VBA (since this is the programming forum):

The Intersect (rng1,rng2,...) method "..returns a Range object that
represents the rectangular intersection of two or more ranges.."
The Union method would return the combination of two or more ranges.

HTH,
--
George Nicholson

Remove 'Junk' from return address.


"hamma_thrower" wrote in message
oups.com...
=(some column array) (some row array)

= the intersection of the two arrays.

I need more information on this; I just need the name to search for it.

I have many 4x4 tables from which i need to get one value from, both
vars could be called independent of each other.




hamma_thrower

What is the name of this function...
 
Thanks..I was looking for a VBA solution. "Space character" was the
name I was looking for, but intersect works for me.


Thank you



All times are GMT +1. The time now is 07:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com