Forum Discussion

cmaly's avatar
cmaly
Brass Contributor
Jul 01, 2020
Solved

Conditional formula to hide/show columns in Sharepoint List Edit Form

Hi, I was able to create a formula based on this posting from Microsoft (link below) and it works great.  However, I want to be able to write it so it looks at 2 different values in a field to show ...
  • Sudharsan K's avatar
    Jul 03, 2020
    Hi,
    Try this, it should work like a charm

    =if([$Category] == 'Product' || [$Category] == 'Service','true','false')

Resources