Hi,Originally Posted by jpgoeth
in A1 try something like
=IF(COUNT(B1:IV1)<12,SUM(OFFSET(B1,0,0,1,12)),SUM(OFFSET(B1,0,COUNT(B1:IV1)-12,1,12)))
which will count either the first 12 columns (B1: ~~) or the last 12 columns, depending on the number of figures found, it will require that no figure cell be blank.
hth
---
Bookmarks