Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I would suggest that you save your list of 110K names in a .txt file. Then put your 1000 names in Excel. Read in the text file line by line using something like open "C:\Myfile.txt" for input as #1 Do while not EOF(1) Line input #1, FileLine For Each Cell in Range(Cells(1,1),Cells(1000,1)) If Cell = FileLine then Cell.offset(0,1) = Cell.offset(0,1)+1 Next Cell Loop Close #1 It will probably take quite a while to run. -- mrice Research Scientist with many years of spreadsheet development experience ------------------------------------------------------------------------ mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931 View this thread: http://www.excelforum.com/showthread...hreadid=544700 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want a serious muslim match?Join our club and start searching now!!! | Excel Worksheet Functions | |||
Want a serious muslim match?Join our club and start searching now!!! | Excel Discussion (Misc queries) | |||
Want a serious muslim match?Join our club and start searching now!!! | Excel Worksheet Functions | |||
cell background color while searching through cells | Excel Discussion (Misc queries) | |||
Searching for partial data in a column | Excel Discussion (Misc queries) |