Forum Discussion
SP Calculated Column Formula Help
- Jul 21, 2022
jonboylib The logic is, you have to add ISNUMBER(FIND(...)) part for each supplier inside OR() function.
You can have maximum 30 such conditions inside single OR function.
Can you explain further what is your requirement exactly? There might be another way to achieve it.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
jonboylib NOT function expects a logical expression. NOT(logical) - meaning it should evaluate to TRUE or FALSE.
Try =IF(ISNUMBER(FIND("Amazon",[Supplier])),Net*1.2,Net)
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/bb862071(v=office.14)#determine-whether-a-column-value-or-a-part-of-it-matches-specific-text