Cooking Measurement Converter Formula
Understand the math behind the cooking measurement converter. Each variable explained with a worked example.
Formulas Used
Tablespoons
tablespoons = in_ml / 14.787Teaspoons
teaspoons = in_ml / 4.929Cups
cups = in_ml / 236.588Fluid Ounces
fluid_ounces = in_ml / 29.574Milliliters
milliliters = in_mlVariables
| Variable | Description | Default |
|---|---|---|
amount | Amount | 3 |
from_unit | From Unit | 1 |
in_ml | Derived value= from_unit == 1 ? amount * 14.787 : (from_unit == 2 ? amount * 4.929 : (from_unit == 3 ? amount * 236.588 : (from_unit == 4 ? amount * 29.574 : amount))) | calculated |
How It Works
Cooking Measurement Conversions
All cooking volumes can be converted through milliliters as a common base unit.
Key Equivalents
Worked Example
Convert 3 tablespoons to other units.
amount = 3from_unit = 1
- 013 tbsp in mL = 3 x 14.787 = 44.36 mL
- 02In teaspoons = 44.36 / 4.929 = 9.00 tsp
- 03In cups = 44.36 / 236.588 = 0.188 cups
- 04In fluid ounces = 44.36 / 29.574 = 1.50 fl oz
Frequently Asked Questions
How many tablespoons are in a cup?
16 tablespoons equal 1 cup. A half cup is 8 tablespoons, and a quarter cup is 4 tablespoons.
What is the difference between dry and liquid measuring cups?
Liquid cups are designed to be filled to a line, while dry cups are filled and leveled off. The volume is the same, but the technique differs for accuracy.
Are metric and US measurements interchangeable?
Yes, with conversion factors. This calculator handles the math. Note that Australian tablespoons are 20 mL vs 14.787 mL for US tablespoons.
Ready to run the numbers?
Open Cooking Measurement Converter