collegeitdept
Board Regular
- Joined
- Nov 14, 2008
- Messages
- 185
I was wondering if anyone can help me this problem I have with Excel.
I have a range of data (2 columns) with ID numbers in the first column and a value of "Y" (transfer student) in the corresponding column.
Column A Column B
1405 Y
1510 Y
2202
1761 Y
1821 Y
1954 Y
6255
etc...
I need a formula that will list all the ID numbers in column A if its corresponding value (in column B) is "Y"..... but skip ones that are not.
(if i use the IF formula, i would have to go row-by-row, and have 0 values in rows that are not equal to "Y".... and I would have to know the number of students are on the list (the list will change monthly).
IE: I would like this:
1405
1510
1761
1821
1954
etc...
Thanks.
BTW... Visual Basic is not permitted at my company, so I cannot use a macro.
I have a range of data (2 columns) with ID numbers in the first column and a value of "Y" (transfer student) in the corresponding column.
Column A Column B
1405 Y
1510 Y
2202
1761 Y
1821 Y
1954 Y
6255
etc...
I need a formula that will list all the ID numbers in column A if its corresponding value (in column B) is "Y"..... but skip ones that are not.
(if i use the IF formula, i would have to go row-by-row, and have 0 values in rows that are not equal to "Y".... and I would have to know the number of students are on the list (the list will change monthly).
IE: I would like this:
1405
1510
1761
1821
1954
etc...
Thanks.
BTW... Visual Basic is not permitted at my company, so I cannot use a macro.
Last edited: