Forum Discussion
Conditionally Format Area Chart
- 4 years ago
Hi bobbob123 ,
It seems a bit odd, but the best way to display it would be as follows.M1 = IF([M_value]<0,[M_value],0)M2 = IF([M_value]>0,[M_value],0)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi bobbob123 ,
It seems a bit odd, but the best way to display it would be as follows.
M1 = IF([M_value]<0,[M_value],0)M2 = IF([M_value]>0,[M_value],0)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- bobbob1234 years agoHelper III
but this is not a solution to my problem. the final graph is not an accurate representation of my original graph.