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
Ready to run the numbers?
Open Cooking Measurement Converter