Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

excel get list of unique values from column

// for cells from X2 to X274 -> results will start from X276
// change the letter to match which column is used
=IFERROR(INDEX($I$2:$I$274, MATCH(0,COUNTIF($I$276:I276, $I$2:$I$274), 0)),"")

// then drag(copy) cell to below cells untill empy cells starts to show
Source by exceljet.net #
 
PREVIOUS NEXT
Tagged: #excel #list #unique #values #column
ADD COMMENT
Topic
Name
3+4 =