A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

concantenate then index match



 
 
Thread Tools Display Modes
  #1  
Old March 12th, 2010, 08:41 PM posted to microsoft.public.excel.worksheet.functions
Robb27
external usenet poster
 
Posts: 14
Default concantenate then index match

Hi.
Is it possible to concantenate one cell with text with another cell with a
number in it and take that result and then use it in an index/match formula
to find a result? Or will it not work? It looks like this:
C1 D1 E1
2 3 A

C3 D3 E3 F3
A 2 3
1 H H H
2 S S S
A3 D D D

Now, Concantenate D1 & E1, then use the Index Match with cell C1 to find a
result of D in cells D4 through F7. Hope I explained my question properly.


Thanks.
  #2  
Old March 12th, 2010, 08:57 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default concantenate then index match

Hope I explained my question properly.

Well, your description isn't real clear but what you want to do can be done.

C1 D1 E1
2 3 A
Now, Concantenate D1 & E1


Ok, concantenated D1 & E1 = 3A

then use the Index Match with cell C1


Ok, C1 = 2. What is the significance of 2 as it relates to what you want to
do?

So, we have 2 and 3A, now what?

--
Biff
Microsoft Excel MVP


"Robb27" wrote in message
...
Hi.
Is it possible to concantenate one cell with text with another cell with a
number in it and take that result and then use it in an index/match
formula
to find a result? Or will it not work? It looks like this:
C1 D1 E1
2 3 A

C3 D3 E3 F3
A 2 3
1 H H H
2 S S S
A3 D D D

Now, Concantenate D1 & E1, then use the Index Match with cell C1 to find a
result of D in cells D4 through F7. Hope I explained my question properly.


Thanks.



  #3  
Old March 14th, 2010, 11:10 AM posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_]
external usenet poster
 
Posts: 1,764
Default concantenate then index match

Hi,

Try this

=index(C37,match(E1&D1,C3:C7,0),match(C1,C3:F3,0 ))

--
Regards,

Ashish Mathur
Microsoft Excel MVP

"Robb27" wrote in message
...
Hi.
Is it possible to concantenate one cell with text with another cell with a
number in it and take that result and then use it in an index/match
formula
to find a result? Or will it not work? It looks like this:
C1 D1 E1
2 3 A

C3 D3 E3 F3
A 2 3
1 H H H
2 S S S
A3 D D D

Now, Concantenate D1 & E1, then use the Index Match with cell C1 to find a
result of D in cells D4 through F7. Hope I explained my question properly.


Thanks.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.