How to exclude empty cells from a list?
Solved
Sebastien
-
NT User -
NT User -
Hello,
I have a column with empty cells, and I need to create a dropdown list from this column while excluding the empty cells. What formula can I use? Thank you in advance.
Configuration: Windows XP / Firefox 17.0
I have a column with empty cells, and I need to create a dropdown list from this column while excluding the empty cells. What formula can I use? Thank you in advance.
Configuration: Windows XP / Firefox 17.0
8 answers
-
Thank you very much! I just tested it, and it works. I'm copying the line in case it can help others:
=INDEX(range;SMALL(IF(range<>"";ROW(INDIRECT("1:"&ROWS(range))));ROWS($1:1)))
How can I properly integrate the OFFSET formula knowing that I want to display the value from another column on the same row? Thanks again.