Help

Re: Formula for IF statement with Linked Accounts

Solved
Jump to Solution
472 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Suzie_Gilmore
5 - Automation Enthusiast
5 - Automation Enthusiast

I want to find a way to automatically mark a record as “Used” if it is linked to another table.

Is there a formula for an IF statement for “IF a field has information in it (if it’s NOT empty), add “Used””

Right now I have the following, but I’m receiving an invalid formula error message:
IF({field}, “USED”

Thanks in advance!

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

Your formula should look like this:

IF({field}, "USED")

See Solution in Thread

2 Replies 2
ScottWorld
18 - Pluto
18 - Pluto

Your formula should look like this:

IF({field}, "USED")

Thank you! This worked great!