Davi
Member
- Your Task History ID
- IjU3NjUwNTZiMDYzMDA0MzA1MjZlNTUzNDUxMzYi_pc
Hi,
I need to populate my spreadsheet with formulas into an array in google sheets, range A1:B1
I understand that when I use text as value I need to use the symbols "" to get it to work, but since my formulas also have these same "" into them I think that might be the issue tha gives me an error 400 - Invalid JSON payload received. Unknown name "": Root element must be a message.
This is the formula that I need to use in the Update Range Values feature from google sheets (A1:B1). the formula is been duplicated
["=iferror(INDEX(INDIRECT("TXT_received!B"&"2:B1000"),SMALL(IF(INDIRECT("$A"&ROW())=INDIRECT("TXT_received!A"&"2:A1000"),ROW(INDIRECT("TXT_received!A"&"2:A1000"))-1),AS$1)),"")","=iferror(INDEX(INDIRECT("TXT_received!B"&"2:B1000"),SMALL(IF(INDIRECT("$A"&ROW())=INDIRECT("TXT_received!A"&"2:A1000"),ROW(INDIRECT("TXT_received!A"&"2:A1000"))-1),AS$1)),"")"]
Please, can someone help?
Thank you
I need to populate my spreadsheet with formulas into an array in google sheets, range A1:B1
I understand that when I use text as value I need to use the symbols "" to get it to work, but since my formulas also have these same "" into them I think that might be the issue tha gives me an error 400 - Invalid JSON payload received. Unknown name "": Root element must be a message.
This is the formula that I need to use in the Update Range Values feature from google sheets (A1:B1). the formula is been duplicated
["=iferror(INDEX(INDIRECT("TXT_received!B"&"2:B1000"),SMALL(IF(INDIRECT("$A"&ROW())=INDIRECT("TXT_received!A"&"2:A1000"),ROW(INDIRECT("TXT_received!A"&"2:A1000"))-1),AS$1)),"")","=iferror(INDEX(INDIRECT("TXT_received!B"&"2:B1000"),SMALL(IF(INDIRECT("$A"&ROW())=INDIRECT("TXT_received!A"&"2:A1000"),ROW(INDIRECT("TXT_received!A"&"2:A1000"))-1),AS$1)),"")"]
Please, can someone help?
Thank you