Hi,
I want to format numbers in the Indian formatting system with commas showing up for lakhs(1,00,000) and crores (1,00,00,000).
make one format work for both positive and negative?
Thanks..
Hi,
I want to format numbers in the Indian formatting system with commas showing up for lakhs(1,00,000) and crores (1,00,00,000).
make one format work for both positive and negative?
Thanks..
My English is very poor, so please be patient >_<"
Thanks & Regards.
hkbhansali
>Go to format > format cell > select number tab > Tick right click in Decimal places > ok
atul
If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.
Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".
Please try conditional formatting column A
=A1>=10^5 custom format ##\,##\,###
=A1>=10^7 custom format ##\,##\,##\,###
Hi Bo_Ry
Thanks for prompt help..
Your Code not working in Negative Number..
How about
=abs(A1)>=10^5
=abs(A1)>=10^7
Hi Bo_Ry
Superb....it's work perfect..Thanks
can u guide me how can it's apply in range (D3:J80) ?
Select D3:J80 Press Alt H L R or Ribbon> Home > Conditional formatting > Manage rule > New rule
Use a formula
=abs(D3)>=10^5 format > Number > custom ##\,##\,###
=abs(D3)>=10^7 format > Number > custom ##\,##\,##\,###
Hi Bo_Ry
Yes...Perfect...working fine, Thanks for help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks