Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a column of text values and on another sheet I have five columns of text values (there are five columns because there are over 300000 records). I need a formula that will tell me if the text value in the first list appears anywhere in the five column list. -- Thanks in advance, MarkN |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Mark,
this could be quite slow unless the data in your second sheet is sorted and sequential from column A to E. Is it, or can it be? Pete MarkN wrote: Hello, I have a column of text values and on another sheet I have five columns of text values (there are five columns because there are over 300000 records). I need a formula that will tell me if the text value in the first list appears anywhere in the five column list. -- Thanks in advance, MarkN |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If data is in Sheet1 and lookup values are in cell A1 downwards, try
filling down this: =COUNTIF(Sheet1!A:E,A1)0 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Lori,
That worked well although Excel wouldn't let me save the workbook because of a 'system resources' error! No matter, I got the info I needed. -- Thanks, MarkN "Lori" wrote: If data is in Sheet1 and lookup values are in cell A1 downwards, try filling down this: =COUNTIF(Sheet1!A:E,A1)0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL should let me establish unlimited numbers of columns. | Excel Discussion (Misc queries) | |||
Lookup Two Columns - Again | Excel Worksheet Functions | |||
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns | Excel Worksheet Functions | |||
Hidden Columns in Shared Workbooks | Excel Discussion (Misc queries) | |||
Lookup function skipping columns | Excel Worksheet Functions |