我有一个工作表,其中在单元格中设置了超链接,但没有通过公式设置。单击单元格时,在“ fx”栏中,它仅显示该值。
我在网上搜索,但到处都是,信息是通过使用提取超链接getFormula()。
但就我而言,根本没有设定公式。
I can see hyperlink as you can see in image, but it's not there in "formula/fx" bar.
How to get hyperlink of that cell using Apps Script or any formula?
cell hyperlink google-sheets google-apps-script google-sheets-formula
请阅读我之前的问题以获得清晰的理解.
由于form.php是将数据保存到两个不同的数据库表中.在两个数据库中SNo都是唯一列并自动递增.每次SNo都会增加,数据会保存在该行中.对于单个数据,SNo在数据库表中保持相同.
我在数据库中添加了一些列.现在数据库看起来像
SNo | fname | lname | mobile | Request | status |
1 | John | Alto | 9999999999 | Send M1 | Not Sent |
2 | khan | asif | 8888888888 | Send D1 | Not Sent |
3 | John | Alto | 9999999999 | Send M2 | Not Sent |
4 | khan | asif | 8888888888 | Send D2 | Not Sent …Run Code Online (Sandbox Code Playgroud)