Flag Blank Required Values

Start with four pinned email cells. The column exists, but some row values are blank. The output keeps every original row and adds email_present. This is a validation check, not a fill or drop step.

Checking that a required column has nonblank cell values while keeping every row unchanged.

highlighted = computed this step

Input email column

Start with 4 pinned email rows, including blanks.

email values\text{email values}
Input Email Valuesrowemail1a@example.com2(blank)3c@example.com4(blank)

Required-value rule

A required email value must be nonblank.

required value rule\text{required value rule}
Required Email Ruleconditionvalidation flagemail is nonblankemail_present = trueemail is blankemail_present = false

Add email_present

Keep every row unchanged and add email_present.

validation flag only\text{validation flag only}
Rows with Validation Flagrowemailemail_present1a@example.comtrue2(blank)false3c@example.comtrue4(blank)false