cancel
Showing results for 
Search instead for 
Did you mean: 

Simple IF formula getting an error (from a "CONTAIN" calculation column)

LissieDomingo03
Explorer
0 Kudos
213

Hi!

So, I calculated a field to look for "100" in a cell. This will return "true" if there is a "100" and this seems to be working fine.

LissieDomingo03_0-1719950097320.png

Next, I tried making a simple IF calculation to return "100" if the look-up value is true. I can save the formula but I am not able to save the story or preview. Error below.

LissieDomingo03_1-1719950157587.png

Any ideas?

 

LissieDomingo03
Explorer
0 Kudos
Up
subbareddyven
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @LissieDomingo03,

Please try condition by changing like below

IF(CONTAIN([Employment#Job Information#Employment Status_Description] , "Act") ,"Active" ,"Not Active" )

Regards,

Subbu

 

Accepted Solutions (0)

Answers (0)