How do I return the first non-blank value in a row?

  • Thread starter Bernie Deitrick
  • Start date
B

Bernie Deitrick

Array enter (enter using Ctrl-Shift-Enter)

=INDEX(1:1,MIN(IF(1:1<>"",COLUMN(1:1),300)))

Change the 1:1 to the row of interest...

HTH,
Bernie
MS Excel MVP
 
Top