Assuming your 30 projects go from D3: DS3, try the following formula:
=SUM($D$3:$DS$3*(MOD(COLUMN($D$3:$DS$3),4)=0)*$F$3:$DU$3*(MOD(COLUMN($F$3:$DU$3),4)=2))+
SUM($E$3:$DT$3*(MOD(COLUMN($E$3:$DT$3),4)=1)*$G$3:$DV$3*(MOD(COLUMN($G$3:$DV$3),4)=3))
You need to enter it as an array formula, i.e. instead of clicking Enterat the end, click Ctrl- Shift- Enter!
source
share