Shortcode Filter Then Average Of Results
-
I have a table of cities within countries with population values.
Example:
City A, Country A, 10,000
City B, Country A, 5,000
City 1, Country B, 10,000In my footer, I have =average(C1:C3)
This works if I use the whole table and I see the average of all the countries.However, If I want to use a shortcode to filter only for Country A, then give me the average population, I get a
!ERROR! Circle Reference
I installed the Parse Shortcodes before Formulas.
My shortcode looks like
[table id=73 filter=”Country A” filter_columns=”2″ / shortcodes_before_formulas=true / ]
Two questions:
1) Is there an easier way to dynamically calculate an average of table results?
2) If no, what am I doing wrong in my shortcode?Your help is appreciated.
Cheers,
Marco
- The topic ‘Shortcode Filter Then Average Of Results’ is closed to new replies.