Hi Ron,
It's gives me number like 1,2,3,4..
but in sheet1 output i want like
a small
A big
w small
W big
q No match
q No match
s small
Q big
Thanks
Vinay
Hi Ron,
It's gives me number like 1,2,3,4..
but in sheet1 output i want like
a small
A big
w small
W big
q No match
q No match
s small
Q big
Thanks
Vinay
OOPS! I copied the wrong formula...(sorry)
Try this
Actually....this formula is a bit shorter![]()
B1: =IF(ISNUMBER(MATCH(1,INDEX(--EXACT(A1, Sheet2!$A$1:$A$6),0),0)),INDEX(Sheet2!$B$1:$B$6,MATCH(1, INDEX(--EXACT(A1,Sheet2!$A$1:$A$6),0),0)),"No Match")
(and still doesn't involve array entering...C+S+E)
Better?![]()
B1: =IF(COUNT(INDEX(1/EXACT(A1,Sheet2!$A$1:$A$6),0)), INDEX(Sheet2!$B$1:$B$6,MATCH(1,INDEX(--EXACT(A1, Sheet2!$A$1:$A$6),0),0)),"no match")
Last edited by Ron Coderre; 10-16-2008 at 11:15 AM. Reason: offer an alternative formula
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks