V vmohan1978 Member Sep 29, 2014 #1 Dear All, I want to format the -ve number like -1,557,896 to (INR 15.57M) Please do the needful
Somendra Misra Excel Ninja Sep 29, 2014 #2 Hi Mohan, Try #,##0.000;[Red]"(INR "-#.00,," M)";0.000 And your figure is 1.57 Million and not 15.57. Regards,
Hi Mohan, Try #,##0.000;[Red]"(INR "-#.00,," M)";0.000 And your figure is 1.57 Million and not 15.57. Regards,
V vmohan1978 Member Sep 29, 2014 #3 Misra , Yeah it;s 1.57M , Thank you very much it worked perfectly