Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear,
I am looking for a formula to list out the names in a column only if it meets the set criteria. Column A Column B ColumnH Column I ABC 4 BCD EFG BCD 1.5 DEF FGH CDE 5 DEF 1 EFG 6 FGH 8 Column A has the names and column B has their scores. I want to list all the names whose score is less than 2 in column H and the list of names whose score is greater than or equal to 6 in column I. I could able to do that using a simple IF statement but it is leaving a blank value if it is more than 2. Like wise in column I it is leaving a blank cell if it less than 2. =IF(AND(B10,B1<2),B1,"") I wanted to get only the names without any blanks. Please suggest me on this. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel list of names, addresses and email to address book/contact list??? | Excel Discussion (Misc queries) | |||
create new list from list A, but with exclusions from a list B | Excel Worksheet Functions | |||
validation list--list depends on the selection of first list | New Users to Excel | |||
list 1 has 400 names List 2 has 4000. find manes from list 1 on 2 | Excel Worksheet Functions | |||
find names on list 1 in list 2. list 1 4000 names list 2 400 name | Excel Worksheet Functions |