Somma dei risultati della formula?

1

C'è un modo in Apple Numbers per applicare una formula a un gruppo selezionato di righe, e riassumere i risultati?

Questo è il modo in cui mi piacerebbe avere / utilizzare la formula

SUM(TableA::$A$1:$A$20;"=$1*"&TableB::A1)

TableB:

42 | entered here, the formula should return 126 (1*42+2*42)
24 | entered here, the formula should return 72  (1*24+2*24)

Tabella A:

1 |
2 |

O in Pseudocode:

for(row_tbl1 in table1) {
 row_tbl1.col2=0
 for(row_tbl2 in table2) {
  row_tbl1.col2+= ( row_tbl1.col1/row_tbl2.col1*row_tbl2.col2 )
 }
}
    
posta tillz 10.07.2014 - 21:52
fonte

0 risposte

Leggi altre domande sui tag