Could you please help me with the formula for 'IF' IF ( Table[Column1] = TRUE (), 1, 0 ) I've tried several times but no success.
I need a new varaible:
if 'change planned' = true, then 'New CM'
if 'change planned = false, then 'CM'
Many thanks!! 😊
Solved! Go to Solution.
Hi @Erika16 ,
Here is the solution😎...
Hi @Erika16 ,
Here is the solution😎...
@Erika16 Maybe:
IF ( Table[Column1] = "TRUE", 1, 0 )
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!