I have a worksheet that needs some formulas applied each time upon worksheet activate because I have some other stuff going on that wipes them out.
In A2 through A36, I need this formula:
=IF(B2="","",INDEX(Team,MATCH(B2,Driver,0)))
And in V2 through V36, I need this array formula:
{=IF(COUNTBLANK($C2:$U2)=COLUMNS($C2:$U2),"",SUM(IF(A$2:A$36=A2,C$2:U$36)))}
Could anyone help with this?
Thanks
In A2 through A36, I need this formula:
=IF(B2="","",INDEX(Team,MATCH(B2,Driver,0)))
And in V2 through V36, I need this array formula:
{=IF(COUNTBLANK($C2:$U2)=COLUMNS($C2:$U2),"",SUM(IF(A$2:A$36=A2,C$2:U$36)))}
Could anyone help with this?
Thanks