IFS Function in Google Sheets

Evaluates multiple conditions and returns the value for the first TRUE condition.

Syntax

IFS(condition1, value1, [condition2, value2, ...])

Description

Evaluates multiple conditions and returns the value for the first TRUE condition.

Tips & Best Practices

Cleaner than nested IFs. Add TRUE as last condition for a default value.

Example

=IFS(...)

The IFS function belongs to the Logical category of Google Sheets functions.

[Advertisement โ€” Google AdSense]

Related Functions

Need Help with IFS?

If you're struggling with IFS or need a custom formula built for your business, our Google Sheets experts can help. Get a free quote โ†’

๐Ÿ’ฌ