Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
maybe....
=if(iserror(match(a2,sheet2!$a$2:$a$14,0)),"not active",a2) (if you're returning the same value, you might as well just use the lookup value.) numerion wrote: =IF(ISERROR((vlookup($A$2:$A$31, Sheet2!$A$2:$A$14, 1, 0)), "Not Active", ((vlookup($A$2:$A$31, Sheet2!$A$2:$A$14, 1, 0))). Im using this formula to take names from one sheet and display on another sheet but when I put the formula in B2 Im not getting any results. Can someone help me please? -- numerion ------------------------------------------------------------------------ numerion's Profile: http://www.excelforum.com/member.php...o&userid=22975 View this thread: http://www.excelforum.com/showthread...hreadid=376759 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
return a list of names, from a large list of repeated names. | Excel Worksheet Functions | |||
Sorting and matching rows of names with Socials with master list and eliminating the extra names | Excel Worksheet Functions | |||
create a random list of names from a list of names in EXCEL | Excel Worksheet Functions | |||
filter 400 names from list 1 from list 2 with 4000 names | Excel Worksheet Functions | |||
find names on list 1 in list 2. list 1 4000 names list 2 400 name | Excel Worksheet Functions |