+ Reply to Thread
Results 1 to 2 of 2

Problem with value in cells

  1. #1
    Registered User
    Join Date
    11-14-2008
    Location
    Dhaka
    Posts
    1

    Problem with value in cells

    Have to subdivide the number 102150 in such a way

    : 100000, 2000, 100,50


    Then Find out The Assigned Value of Each (plz see the attachment for viewing assigned values for each figure)

    100000 19
    2000 33
    100 83
    50 85

    If the number is 12943 the subdivided into 10000, 2000,900,40,3 the assign the listed value on each
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try

    In H8: =FLOOR($G$4,10000)

    In H9 =FLOOR($G$4,1000)-SUM($H$8:H8)

    In H10: =FLOOR($G$4,100)-SUM($H$8:H9)

    In H11: =FLOOR($G$4,10)-SUM($H$8:H9)

    In I8, copied down to I11: =LOOKUP(H8,A:A,B:B)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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