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 Sheets - Fatal编程技术网

Google sheets 需要谷歌电子表格中字母表中下一个字母的公式吗

Google sheets 需要谷歌电子表格中字母表中下一个字母的公式吗,google-sheets,Google Sheets,我已经搜索了一段时间,但找不到获取字母表中下一个字母的函数。它存在吗 A1="A" =char(A1+1); expected result "B" 改用这个: =CHAR(代码(A1)+1) 这将适用于大写字母A到Y

我已经搜索了一段时间,但找不到获取字母表中下一个字母的函数。它存在吗

A1="A"
=char(A1+1);
expected result  "B"
改用这个:

=CHAR(代码(A1)+1)

这将适用于大写字母A到Y