Forum Discussion
Suhil
3 years agoFrequent Visitor
compare two columns containing null or 0 value.
How should we compare two columns containing null or 0 value. Unable to properly do conditional formating after that logic used : if column 2< column1,0,1) Here we are comparing if 0.97< 0 ( i...
- Anonymous3 years ago
Hi Suhil ,
It works on my device.
Column = IF([Column2]<[Column1],"red","green")If possible, please provide more details about your sample data and expected results.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
3 years agoCommunity Champion
- Suhil3 years agoFrequent Visitornew = IF([column1]<[column0],0,1). This is what i have issued. Then 0 for red in conditional formating and 1 for gree. But if column 1 is null then this logic not working.
- Anonymous3 years agoNot applicable
Hi Suhil ,
It works on my device.
Column = IF([Column2]<[Column1],"red","green")If possible, please provide more details about your sample data and expected results.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Suhil3 years agoFrequent Visitor
Thank you stephen.
I Have another query. Is it possible to add 4 differentcolumns in y -axis?