How do I format number in millions (1.1M etc). I learned that I can use NumToStr and will get a comma separated number. right now I am using a if condition
Thanks @fxshrat for your quick response.
looks like the Strformat ("%1.2fM") will only format till millions however large number is(Billions/Trillions). so I need to still use the conditional formatting that I current use . Please correct me If I am wrong.
I would prefer something like this '1B' instead of '1000M'. I current achieve this but want to know if there is a better way