admin管理员组文章数量:1387387
I have a file in excel with the following formula referencing a cell with an IP address. The formula does not work when someone opens the file in google sheets and sometimes on other machines.
I have tried just replacing REPLACE with SUBSTITUTE and FIND with SEARCH. These have not produced the correct result.
The ref. cell is an IP address, the formula should increase the last octet by one number. 10.10.10.0 in ref cell becomes 10.10.10.1 in formula cell.
=REPLACE(J4,FIND(".",J4,FIND(".",J4,FIND(".",J4)+1)+1)+1,LEN(J4),MIN(255,MID(J4,FIND(".",J4,FIND(".",J4,FIND(".",J4)+1)+1)+1,LEN(J4)))+1)
本文标签: cross platformExcel vs Sheets formula substitutionStack Overflow
版权声明:本文标题:cross platform - Excel vs Sheets formula substitution - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744499220a2609218.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论