hobgoblinvasya
Board Regular
- Joined
- Jun 29, 2005
- Messages
- 215
... in lamers terms
actually what this does is it produces a list w/o any duplicate entries from an original list. however i also need to ignore the string "N/A" and i have no idea where to add the condition.
any help would be very welcome
Code:
=INDEX(AP$1:AP$1000,MIN(IF(COUNTIF(AQ$1:AQ1,AP$2:AP$1000)=0,IF(AP$2:AP$1000<>"",ROW(AP$2:AP$1000)))))&""
actually what this does is it produces a list w/o any duplicate entries from an original list. however i also need to ignore the string "N/A" and i have no idea where to add the condition.
any help would be very welcome