• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

1 lakh to be visible as one

webmax

Member
Hi

I have a excel date in that most of the data is more than 1 lakhs

I want to show this value as 1 instead one by changing the same in the format

I tried but it is working only for 10 laksh by changing format- custom as #,,

I want the same like 1 lakh

Data Output should be
100000 1
500000 5
50000 .5
1000000 10
 
@webmax

Please Try this, say your amount in A1:A4

100000
500000
50000
1000000

in B1 = A1/100000

Then Copy and Drag Down

Another Way put the Value 100000 in C1 copy it and select the range A1:A4 and past special and select divide option and ok, it is done

if any problem please inform

Thanks
 
Last edited:
Back
Top