Results 1 to 8 of 8

5 digit numbers where the sum is equal to 18

Threaded View

  1. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: 5 digit numbers where the sum is equal to 18

    Welcome to the forum.

    You could list the numbers 99 to 99000 (this is an Excel 2007+ exercise) down a column starting in A2 . In the B2 and copy down,

    =SUM(--MID(A2, ROW(INDIRECT("1:" & LEN(A2))), 1))

    ... confirmed with Ctrl+Shift+Enter

    In C2 and down

    =A2=18

    AutoFilter col C for FALSE, clear those cells, unAutoFilter, and sort by col A:

           -A- -B- -C--
       1   Num Sum 18? 
       2    99  18 TRUE
       3   189  18 TRUE
       4   198  18 TRUE
       5   279  18 TRUE
       6   288  18 TRUE
       7   297  18 TRUE
       8   369  18 TRUE
       9   378  18 TRUE
      10   387  18 TRUE
      11   396  18 TRUE
      12   459  18 TRUE
      13   468  18 TRUE
      14   477  18 TRUE
      15   486  18 TRUE
      16   495  18 TRUE
    There are 3915 numbers left in the list.
    Last edited by shg; 01-19-2011 at 10:58 AM.
    Entia non sunt multiplicanda sine necessitate

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