+ Reply to Thread
Results 1 to 3 of 3

Splitting values into different cells - not aligned in decimal correct places

  1. #1
    Registered User
    Join Date
    12-21-2009
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    5

    Unhappy Splitting values into different cells - not aligned in decimal correct places

    Please help I will use this in our tax form, I want to show the amounts in its proper places

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,101

    Re: Splitting values into different cells - not aligned in decimal correct places

    not sure why you have 2 sets of decimal in the desired output
    or why you start extracting half way through the text in row 14 and 15 -so not sure i understand the business rules

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Splitting values into different cells - not aligned in decimal correct places

    hi chrisumali. i don't understand your desired results too. but this is what i suspect you're doing. try this in W13 & copy to all the cells you need:
    =IF(LEN(TEXT($E13,"#.00"))<COLUMNS(W13:$W13),"",MID(TEXT($E13,"#.00"),LEN(TEXT($E13,"#.00"))-COLUMNS(W13:$W13)+1,1))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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