+ Reply to Thread
Results 1 to 2 of 2

How to automatically add 000 at the back of my numbers?

  1. #1
    devillsad
    Guest

    How to automatically add 000 at the back of my numbers?

    How to automatically add 000 at the back of my numbers?

  2. #2
    Toppers
    Guest

    RE: How to automatically add 000 at the back of my numbers?

    If they are NUMBERS (not TEXT) multiply them by 1000. If they are TEXT
    concatenate the cells with "000" i.e. =A1 & "000" OR =VALUE(A1)*1000; the
    latter will convert the text to number format.

    HTH

    "devillsad" wrote:

    > How to automatically add 000 at the back of my numbers?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1