FreakyGirl
Member
hello
i need a formula that adds the FIRST 6 scores of a player skipping over empty cells with with no data in them.
im using a array formula that works except its counting those empty cells as part of the FIRST 6 so the sum of those 6 is not correct.
any help would be appreciated.
thanks,
Freaky
i need a formula that adds the FIRST 6 scores of a player skipping over empty cells with with no data in them.
im using a array formula that works except its counting those empty cells as part of the FIRST 6 so the sum of those 6 is not correct.
any help would be appreciated.
Code:
=SUMPRODUCT(N(OFFSET(G3,,MATCH(SMALL(IF(ISNUMBER(I3:U3),COLUMN(I3:U3)),{1,2,3,4,5,6}),IF(ISNUMBER(I3:U3),COLUMN(I3:U3)),0))))
thanks,
Freaky