Forum Discussion

detalhouet's avatar
detalhouet
Copper Contributor
Nov 26, 2024
Solved

excell issue

I have set up a column with each cell being filled with 1 or 0 depending on a condition. This works and I have a column populated with 1 and 0 depending on the condition being realized or not. I th...
  • m_tarler's avatar
    Nov 26, 2024

    it is had without the actual sheet or even the specific formulas you use.  One wild guess:

    did you use something like

    =IF( [condition], "1", "0")? 

    If so remove the "" around the numbers 1 and 0

     

Resources