Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I dont even know where to begin with this one...
If Column A has the digits 23, 83, 849, 759 and Column AL has the word "RESEARCH" then provide me a list of all the accounts in Column B that meets those standards... any ideas??!! Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Senor Martinez wrote:
I dont even know where to begin with this one... If Column A has the digits 23, 83, 849, 759 and Column AL has the word "RESEARCH" then provide me a list of all the accounts in Column B that meets those standards... any ideas??!! Thanks in advance No more information here than your previous post, so I'll give my same response: Try either AutoFilters or PivotTables. http://www.contextures.com/xlautofilter01.html http://peltiertech.com/Excel/Pivots/pivotstart.htm If you need more help, provide more information. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In Help look at Advanced Filters. This may be what you are looking for. HTH, JCS "Senor Martinez" wrote: I dont even know where to begin with this one... If Column A has the digits 23, 83, 849, 759 and Column AL has the word "RESEARCH" then provide me a list of all the accounts in Column B that meets those standards... any ideas??!! Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use AutoFilter as follows:
In an unused column enter: =AND(OR(A2={23,83,849,759}),AL2="RESEARCH") and copy down The cells will show TRUE if the criteria have been met. If you switch on AutoFilter on this column and select TRUE in the pull-down, only the good rows will be visible. -- Gary''s Student - gsnu201001 "Senor Martinez" wrote: I dont even know where to begin with this one... If Column A has the digits 23, 83, 849, 759 and Column AL has the word "RESEARCH" then provide me a list of all the accounts in Column B that meets those standards... any ideas??!! Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Provide a list of all cells that meets this criteria | Excel Worksheet Functions | |||
Auto Filter function only provide 2 criteria input | Excel Worksheet Functions | |||
Provide list from all columns marked with and "x" | Excel Worksheet Functions | |||
Validations: provide the ability to format the fonts in the list | Excel Worksheet Functions | |||
How do I Provide a specific result given multiple criteria? | Excel Worksheet Functions |