Google Query - Generic column references for labeling -


i'm building quality assurance sheet automatically pulls values 1 tab, separate one, each agent.

i'll need write 1 per agent. process, possible reference first column selected without specfiyng letter?

so group , label x x need edit select row.

below current query using.

=query('bimonthly report 2017'!a:an, "select d, sum(f)/count(f), sum(l)/count(l) f >0 group d label d 'category'" , 2)

it's possible. input data array literal.

   =query({'bimonthly report 2017'!a:an}, "select col4, sum(col6)/count(col6), sum(col12)/count(col12) col6 >0 group col4 label col4 'category'" , 2) 

Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -