Pulling data from one table into another
-
I have two tables, Table A and Table B. Table A has all of the raw data with a column that adds all of the numerical values for that row together. In table B I would like to pull some of the cells from table A. Using the single cell content shortcode, I am able to pull the string data into table B, but if I try to pull the column that has the totals from table A into table B I get the formula and not the numerical value. If I try to pull the individual numerical values from table A into table B and then sum or add them together I receive the error “!ERROR! illegal character ‘[‘” if I try to convert the value with NUMBER_FORMAT() or “!ERROR! C2 does not contain a number or expression” if I simply try to add the values I am pulling in.
Is there a way to accomplish what I am trying to or can I simply have one table Table A for example that has two different table width/styling using just the shortcode?
The topic ‘Pulling data from one table into another’ is closed to new replies.