Sum to "number_rows" with filters
-
Hi,
I hope this isn’t answered in an other topic.I’m trying to sum a total after filtering, but get this error:
“!ERROR! Cell E4 does not exist”my code is:
$current_user = wp_get_current_user();
tablepress_print_table( array(
‘id’ => ‘1’,
‘shortcodes_before_formulas’ => true,
‘hide_columns’ => ‘1’,
‘filter’ => $current_user->user_login
) );and in table one E1 I have : =SUM(E2:E[table-info id=1 field=”number_rows” /])
thanks
EinarA
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Sum to "number_rows" with filters’ is closed to new replies.