我有一个从B3开始的字段,例如"28/11/2016",旁边的每个字段都需要增加到一周之后.
目前,我手动这样做,即=B3+7再=B3+14等等.
我对Google表格缺乏经验,找不到可以帮助我做到这一点的格式工具.理想情况下,我需要一个公式,以便在之前使用单元格并在其上添加一周.
我已经在PHP中创建了一个用户注册表单,当我访问该页面时,表单的用户名部分已作为我自己的登录凭据填写,并且与密码相同.表单的其他部分也填充为未定义的索引.
下面显示了我的注册表单的表单和PHP代码.表单本身实际上可以工作并填充到我的数据库中.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Ballymena Sports</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="home2.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header"> …Run Code Online (Sandbox Code Playgroud)