I have this formula which works great and all I want to do is add an additional query to if and I have tried numerous things that are not working. Please can someone help.
This formula is in a column called F(01)Apr-2023.
We have added a number column called M(01)Apr-2023 next to it.
If someone enters a number in the M(01)Apr-2023 then we want the F(01)Apr-2023 column to return 0. If nothing is entered in the M(01)Apr-2023 then the formula does the calculation above.
Thanks in advance for your help.
Lisa
GCavin
(Gilles Cavin - Reinventing Formulas in monday.com)
2
Thank you I already tried that but as soon as I enter a number in the M(01)Apr-2023 column the F(01)Apr-2023 doesnt change to zero unless I actually put a zero in M(01)Apr-2023. If I put any other number in then the formula above does the calculation
I suppose I am trying to say if it is empty then do the calculation but if there is any number at all, including zero in the M(01)Apr-2023 column then return zero in the F(01)Apr-2023 column.
Apologies hope that makes sense.
GCavin
(Gilles Cavin - Reinventing Formulas in monday.com)
4
Then try:
IF({M(01)Apr-2023}>0,OriginalFormula,0)
What if we could break free of the Formula column? and write formulas that update any type of columns? What if a formula could update multiple columns at once? This is possible with the Advanced Formula Booster app.