+ Reply to Thread
Results 1 to 11 of 11

Missing number enter in blank column / row with no duplicate value

  1. #1
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,277

    Missing number enter in blank column / row with no duplicate value

    I have excel 2007 sheet.
    I have data from 1 to 9 in A1:I9
    In above range some column & row is blank.
    Firstly I have find missing number from coulmn & row & those missing number enter in blank column / row.
    But during entering missing number no duplicate value reflected in same row or column.
    I have attach sample file.
    Attached Files Attached Files
    Last edited by avk; 06-29-2013 at 02:45 AM. Reason: rectification in attach file.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Missing number enter in blank column / row with no duplicate value

    Should the missing numbers be entered in column J and row 10?

    Will there always be numbers from 1 to 9 only?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,277

    Re: Missing number enter in blank column / row with no duplicate value

    Missing numbers enter between a1:i9 column & row in blank cells.
    yes number between min. 1 & max 9.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Missing number enter in blank column / row with no duplicate value

    I came up with this UDF but it's still doesn't work for rows :/
    Please Login or Register  to view this content.
    Use it as =MISSING_NUM(A1:A9, ",")
    Attached Files Attached Files
    Last edited by zbor; 06-29-2013 at 03:43 AM.
    Never use Merged Cells in Excel

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Missing number enter in blank column / row with no duplicate value

    @ Zabor,

    I tested your code and its working nice for both rows/columns, refer the attached file for reference.
    Attached Files Attached Files


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  6. #6
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Missing number enter in blank column / row with no duplicate value

    Thanks Sixteenth
    Oh, I forgot delimiter in mine solution...

    It's working...

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Missing number enter in blank column / row with no duplicate value

    Also it gave error if all values are in range... This should solve it:

    Please Login or Register  to view this content.
    Last edited by zbor; 06-29-2013 at 04:04 AM.

  8. #8
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,277

    Re: Missing number enter in blank column / row with no duplicate value

    Actually i required missing number input in all blank column / row in between a1:i9 but same time no duplicate value reflected in same row or column.
    I have attach file & mentioned highlighted comments.
    Attached Files Attached Files

  9. #9
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Missing number enter in blank column / row with no duplicate value

    What, you trying to make Sudoku solver?

  10. #10
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,277

    Re: Missing number enter in blank column / row with no duplicate value

    No actually i am trying to update (branch wise data. Total 09 branches) our "table form" which is update value on weekly base.

  11. #11
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Missing number enter in blank column / row with no duplicate value

    It's a typical 9x9 sudoku problem...

    Use this .xls file: http://www.mrexcel.com/solveanysudoku.zip

    Form this link: http://www.mrexcel.com/tip109.shtml

+ 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