8 réponses
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.
=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.