Formula to add missing numbers in a given sequence.

MarkPD

New Member
Joined
Mar 23, 2021
Messages
6
Office Version
  1. 2013
Platform
  1. Windows
Hi everyone,

I'm just a beginner Excel user and spend time reading and searching Excel formulas available online, so please bear my naivety. I'm creating a table in which it can list the missing numbers in a column. I'm using a series of numbers found in the official receipt for example, for my data. I've found an array that made that possible =SMALL(IF(ISERROR(MATCH($T$3+ROW(OFFSET($T$3, 0,0, $T$4-$T$3-1))-2, $T$3:$T$4,0)), $T$3+ROW(OFFSET($T$3,0, 0, $T$4-$T$3-1))-2), ROW(A1)) ,though I can't locate the website where I got the array so I do apologize. Now I want to extract the non-duplicate numbers in a different column for tracking purposes in which I can't figure out a way to do it. I am humbly asking for assistance from the expert here to help me complete this. Thank you in advance.
 

Attachments

  • Excel.JPG
    Excel.JPG
    176.6 KB · Views: 56
You're welcome & thanks for the feedback.
 
Upvote 0

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top