+ Reply to Thread
Results 1 to 2 of 2

Splitting Cell Contents with a comma

Hybrid View

  1. #1
    Dejan
    Guest

    Splitting Cell Contents with a comma

    Hello,

    Is it possible to split contents of a cell based on if the cell value is
    greater than 10000000, if true the result would be 1,000,0000, if not copy
    the cell value.

    All the numbers are either heigher or lower than 10000000.

    Thanks

    Dejan

  2. #2
    Duke Carey
    Guest

    RE: Splitting Cell Contents with a comma

    It's not clear whether you mean one million or ten million. For one million
    use the formula:

    =MIN(cell with value,1000000)

    If it's ten million, add a zero

    "Dejan" wrote:

    > Hello,
    >
    > Is it possible to split contents of a cell based on if the cell value is
    > greater than 10000000, if true the result would be 1,000,0000, if not copy
    > the cell value.
    >
    > All the numbers are either heigher or lower than 10000000.
    >
    > Thanks
    >
    > Dejan


+ 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