Use Google Sheets' AI to Build Respiratory Calculation Tools

Tool:Google Sheets
AI Feature:Help me build this / formula suggestions
Time:15 minutes
Difficulty:Beginner
Google Sheets

What This Does

Google Sheets with AI assistance (formula suggestions + the "Help me organize data" feature) lets you build a personal respiratory calculation reference sheet — tidal volume calculator by IBW, PaO2/FiO2 ratio, A-a gradient, compliance, or driving pressure — without needing to know spreadsheet formulas. Enter patient data, get instant calculated results.

Before You Start

  • You have a Google account and access to Google Sheets (sheets.google.com)
  • You're logged in — this is free with any Google account
  • You have a basic sense of which calculations you want to include

Steps

1. Find the AI feature

Go to sheets.google.com and open a new spreadsheet. Click any cell. The AI formula suggestion appears as you type "=" in a cell — Sheets will offer completions. For a bigger assist, look for the Explore button (bottom right, looks like a star/sparkle icon) which opens an AI panel where you can ask questions about your data or get formula help.

2. Tell it what you need

Click the Explore panel. In the text box at the bottom, type:

"Create a respiratory calculations sheet with columns for: Patient Name/ID, IBW (calculated from height in cm), Tidal Volume 6ml/kg, PaO2, FiO2, PaO2:FiO2 ratio. Add formulas to auto-calculate IBW and PaO2:FiO2 when I enter values."

Or type directly in a cell: =A2 * 6 and Sheets will suggest the formula based on your column headers.

3. Build the sheet and use it

Using the AI suggestions, build a sheet with:

  • Column A: Patient identifier (initials or room number)
  • Column B: Height in cm
  • Column C: IBW (formula: =IF(B2>152.4, 50+(0.91*(B2-152.4)), B2/2.54) for males — adjust for sex)
  • Column D: Tidal Volume at 6ml/kg IBW (formula: =C2*6)
  • Column E: PaO2 (entered manually from ABG)
  • Column F: FiO2 (entered as decimal: 0.40 = 40%)
  • Column G: P/F Ratio (formula: =E2/F2)

Enter data for each patient and the sheet calculates instantly. Bookmark and reuse each shift.

Real Example

Scenario: You're managing 4 ARDS patients and need to quickly compare P/F ratios and confirm tidal volumes are ≤6ml/kg IBW for each. Your ABG machine doesn't auto-calculate P/F.

Setup: Build the sheet once (15 minutes). Each shift, enter patient height, ABG PaO2, and FiO2. The sheet instantly shows P/F ratio (ARDS severity: <100 severe, 100–200 moderate, 200–300 mild) and confirms whether your tidal volume order is lung-protective.

Result: 5-second check per patient instead of mental math. Consistent, documented calculations you can screenshot for rounds.

Tips

  • Save the sheet to your Google Drive and bookmark it — it's reusable every shift, not a one-time build
  • For IBW calculation, the formula differs by sex: male uses 50 + 0.91*(height in cm - 152.4); female uses 45.5 + 0.91*(height in cm - 152.4) — build separate columns or a dropdown
  • Add conditional formatting (Format → Conditional formatting) to automatically highlight P/F ratios below 200 in orange and below 100 in red for visual triage

Tool interfaces change — if a button has moved, look for similar AI/magic/smart options in the same menu area.