A table contains cells arranged in rows and columns. Each column can use one of the following types to capture data:
Each row contains cells as many as the number of columns. The header of the table contains the name of the columns.
Let's create an order form starting from an empty table.
The table contains four columns:
The table has 4 items to order and the last row of sub-total column shows the total.
You should see a table with two columns:
You should see a table with 5 columns and 5 rows with some initial values:
You should see an almost completed order form:
The checkbox value is 1 when it's selected and 0 otherwise. To prevent an accidental user input of negative value to quantity, we use ABS function to evaluate it. The formula for the subtotal is the checkbox's value times the quantity times unit price, and the formula for the total is the sum of the values in cell E1 to E4.
Note: cell variable (A1, A2, ...) and function names are case-insensitive.
You have now completed your order form. Congratulations!
Click the 'Preview' button at the top toolbar to try our order form.
PRODUCT & FEATURES
RESOURCES
Terms | Privacy | Spam Policy
© 2026 Zapof