A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Try this ARRAY formula and see below on how to enter it. ARRAY enter and drag down
=MAX(FREQUENCY(IF(A2:M2=0,COLUMN(A2:M2)),IF(A2:M2<>0,ROW(A2:M2))))
This is an array formula which must be entered by pressing CTRL+Shift+Enter
and not just Enter. If you do it correctly then Excel will put curly brackets
around the formula {}. You can't type these yourself. If you edit the formula
you must enter it again with CTRL+Shift+Enter.