Require missing 4 numbers list, from fix array numbers 1 To 14.

motilulla

Well-known Member
Joined
Feb 13, 2008
Messages
2,362
Office Version
  1. 2010
Hello,

I need a formula if possible or a code, which can find 4 missing numbers from fix array numbers 1 to 14. There will be filled always 10 random numbers in the range B5:K5 (Between 1 to 14 numbers only 10 numbers) I need a 4 missing numbers list out of the array that is 1 to 14, in the range E1:H1

*ABCDEFGHIJKL
134614
2
3
4n1n2n3n4n5n6n7n8n9n10
512578910111213
6
7
8

For example the sample image is attached.

Thank you all.

I am using Excel 2000

Regards,
Moti
 

Attachments

  • Missing Numbers List.png
    Missing Numbers List.png
    5.2 KB · Views: 5

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
How about
+Fluff 1.xlsm
ABCDEFGHIJK
134614
2
3
4n1n2n3n4n5n6n7n8n9n10
512578910111213
Main
Cell Formulas
RangeFormula
E1:H1E1=SMALL(IF(ISNA(MATCH(ROW($1:$14),$B$5:$K$5,0)),ROW($1:$14)),COLUMNS($E1:E1))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Solution
How about
+Fluff 1.xlsm
ABCDEFGHIJK
134614
2
3
4n1n2n3n4n5n6n7n8n9n10
512578910111213
Main
Cell Formulas
RangeFormula
E1:H1E1=SMALL(IF(ISNA(MATCH(ROW($1:$14),$B$5:$K$5,0)),ROW($1:$14)),COLUMNS($E1:E1))
Press CTRL+SHIFT+ENTER to enter array formulas.
Fluff, it is a precise formula for what I needed. I appreciate your help

Good Luck

Kind Regards
Moti :)
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

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