D Dokat Member Mar 14, 2019 #1 Hi, I want my chart labels to automatically update. I am using below formula but it only works if the value is above 1000. How can i add a third condition when the value is less than 1000, it shows the actual value [>499999] #,,"M";#,"K" Thanks
Hi, I want my chart labels to automatically update. I am using below formula but it only works if the value is above 1000. How can i add a third condition when the value is less than 1000, it shows the actual value [>499999] #,,"M";#,"K" Thanks
D Dokat Member Mar 14, 2019 #3 Hui said: [>499999] #,,"M";[>999]#,"K";# Click to expand... it works, thank you