Hi,
I have list of values and I need to findout if these values present in an 1-dimensional array. If found, Yes.
Is there any excel formula (not vba code) to meet this requirement? Please help me.
Thanks in advance.
Kalyan.
Hi,
I have list of values and I need to findout if these values present in an 1-dimensional array. If found, Yes.
Is there any excel formula (not vba code) to meet this requirement? Please help me.
Thanks in advance.
Kalyan.
hi alapatik, you could use Match formula
Something like:
=IF(ISNUMBER(MATCH(Value,A1:A100,0)),"Yes","No")
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
Thanks a lot. Got it![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks