Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 将公式值返回到单元格并添加到google工作表中的现有数据_Google Sheets_Concatenation - Fatal编程技术网

Google sheets 将公式值返回到单元格并添加到google工作表中的现有数据

Google sheets 将公式值返回到单元格并添加到google工作表中的现有数据,google-sheets,concatenation,Google Sheets,Concatenation,在谷歌电子表格中我有以下设置 B3 is set up using "Custom Formatting" : ##"°F/"##"°C" B2 contains the formula: =ROUND(CONVERT(B3, "F", "C")) B3=90 B2=32 我希望发生的事情: Input 90 into B3 resulting in Output B3 "90°F/32°C"; and, no visible output in B2. 我正在考虑连接(B3,B2),但是

谷歌电子表格中
我有以下设置

B3 is set up using "Custom Formatting" : ##"°F/"##"°C"
B2 contains the formula: =ROUND(CONVERT(B3, "F", "C"))

B3=90
B2=32
我希望发生的事情:

Input 90 into B3 resulting in Output B3 "90°F/32°C"; and, no visible output in B2.
我正在考虑连接(B3,B2),但是,我得到了无限循环错误。 然后,我想对B4、B5、B6等重复一下B2中的公式 C3:=如果(B3,转换为(B3,“F”,“C”),)

格式B3:0.0“华氏度” 格式C3:0.0“°C”;-“0.0”摄氏度


使用“单击并拖动”方法将公式复制到其他单元格

我不确定是否理解。。。您希望在b3中输入一个数字,并希望单元格显示°C和°F的值?