> For the complete documentation index, see [llms.txt](https://documentation.checksheet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.checksheet.app/faq/notifications/how-do-i-send-notifications-to-email-addresses-listed-in-my-sheet.md).

# How do I send notifications to email addresses listed in my sheet?

You can send notifications to email addresses listed in your spreadsheet by using dynamic notification targets.

Dynamic notification targets let Check Sheet choose the notification target from a cell or range in your sheet.

For example, if your check monitors `A2:A` and the email addresses are in column `B`, set the notification target to `=B2:B`.

When a new match is found in `A10`, Check Sheet will use the corresponding cell in `B10` as the notification target.

The target range must match the size of the range used by your check. For example:

* Check range: `A2:A`
* Dynamic notification target: `=B2:B`

You can read the full setup guide in [Dynamic Notification Targets](/concepts/notifications.md#dynamic-notification-targets).

> ℹ️ This feature requires a [paid subscription](https://checksheet.app/pricing/)
