View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default Number of characters in a cell for a Index/match function

Hi,

What result does the INDEX() and MATCH() throw up?

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Govind" wrote in message
...
"=INDEX(Rawdata,MATCH(Q24,'Raw Data'!BR15:BR1226,0),MATCH(Common!$A$7,'Raw
Data'!$A$1:$BR$1,0))" formula

Cell "Q24" is a text which has almost 40 characters which is the only
common
field in the data for which I am looking for.

Q24 "ABCDEFGABCDEFGABCDEFGABCDEFGABCDEFGABCDEFGABC DEFG
ABCDEFGABCDEFGABCDEFGABCDEFGABCDEFGABCDEFGABCDEFGA BCDE FGABCDEFG ABCDEFG
ABCDEFG"

"Jacob Skaria" wrote:

Can you post an example and the formula you are using..

If this post helps click Yes
---------------
Jacob Skaria


"Govind" wrote:

In a index or match function if I have almost 40 characters it does not
give
me the values am looking for. Is there a limit on the characters? if
Yes,
then whats the solution?