Hi,
As refer to sample, how can i match "Product 1" column item with "Product 2" item . If match column True/False will return me a "1"
Thankss.
Hi,
As refer to sample, how can i match "Product 1" column item with "Product 2" item . If match column True/False will return me a "1"
Thankss.
Last edited by okl; 10-12-2009 at 07:52 AM.
In C2
=NOT(ISNA(VLOOKUP(A2,D$2:D$7,1,FALSE)))
and coyp down column C
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
Hi
Enter this in C2
=NOT(ISNA(VLOOKUP(A2,D$2:D$7,1,FALSE)))*IF(TRUE,"1","")
=1 - isna(match(a2, $d$2:$d$7, 0))
Entia non sunt multiplicanda sine necessitate
Thanks,
Add in 1 more:
if "product 1" match "product 2", how can i transfer the "Source 1" data to "Source 2" ?
Anyone please?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks