+ Reply to Thread
Results 1 to 5 of 5

Missing number in a a row function

  1. #1
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    309

    Missing number in a a row function

    Hi Experts,
    Request please guide for a function to find missing number in a range:
    If Row fix numbers A1 to I1 has following number
    1,2,3,4,5,6,7,8,9

    A2 to I2 has 1,2,2,3,4,5,6,6,8 then
    Function to give results 7, 9 in j3 cell
    Thanks in advance
    Karnik

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

    Re: Missing number in a a row function

    Try In "J1"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy down.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Forum Contributor
    Join Date
    03-22-2017
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: Missing number in a a row function

    if you have excel 2016 is better as there have a text join function....

    original array formula is

    =concatenate(if(COUNTIF(A2:I2,A3:I3)=0,A3:I3&",","")

    The result is like 3,4, have a comma is last figure.....
    to throw it have to use left and len

    =left(A1,len(A1)-1)

    So the FINAL ARRAY FORMULA is
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I believe in real case, it may not a number,
    hence, I use the range of instead of type one by one,
    (ie =concatenate(if(COUNTIF(A2:I2,{1,2,3,4,5,6,7,8,9})=0,{1,2,3,4,5,6,7,8,9}&",","")

    to use the formula, it have to have a list of number or text you want to lookup with, then replace the range A3:I3,
    Horizontal table also can. (A3:A13)

    Array formula is need to put it by below step,
    1. paste the formula in
    2. double click on cell
    3. Press Ctrl + Shift + Enter
    Last edited by BoredWorker; 07-01-2017 at 06:22 AM.
    Hope you can learn every time you visit here.

    If you still confuse on how it work, kindly ask or go to
    i) Formula - Formula (Ribbon) > Formula Auditing (Section) > Evaluate Formula > Evaluate; or
    ii) VBA/Code - Click F8 to see how it work step by step.

    It it take care of your question, Please:
    Mark tread as [Solved] [Thread Tools->Mark thread as Solved]
    ;and
    Click *Add Reputation to thank anyone solved your question.

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Missing number in a a row function

    additional info:
    if you have excel 2016 is better as there have a text join function....
    with subscription to 365

    2016 desktop with no subscription doesn't have this function

  5. #5
    Forum Contributor
    Join Date
    06-24-2012
    Location
    Australia
    MS-Off Ver
    Office365
    Posts
    309

    Re: Missing number in a a row function

    Hi,Thnaks AVK, Boeredworker, & Sandy666
    Addressing my issue, it worked!
    Cheers
    Karnik

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. to find last number and missing number in same sheet.
    By anuwers in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-08-2017, 02:14 PM
  2. [SOLVED] to find last number and missing number in series from various sheets
    By anuwers in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-16-2016, 04:17 AM
  3. [SOLVED] Missing number 100
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-28-2015, 11:27 AM
  4. [SOLVED] Function to skip the process if the sequence number is missing
    By Thinker8 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2014, 08:20 AM
  5. [SOLVED] Find missing number and copy only missing number to another coloumn
    By vijaynadiad in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-20-2013, 02:01 PM
  6. Blank function/Null function for missing dates
    By knowledgeiskey in forum Excel General
    Replies: 2
    Last Post: 05-21-2010, 05:39 PM
  7. Find the missing number?
    By Djanvk in forum Excel General
    Replies: 3
    Last Post: 04-26-2006, 03:15 PM

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