Reg: how to format numbers in indian style (in crores) instead of
default american style (in millions).
do a Ctrl+1 and copy-paste the following text into the " Type " box:
if you want two decimal places:
[>=10000000]##\,##\,##\,##0.00;[>=100000]##\,##\,##0.00;##,##0.00
If you don't want decimal places. use this
[>=10000000]##\,##\,##\,##0;[>=100000]##\,##\,##0;##,##0