Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Depends what you mean by 'sequence'; 2,4,6,8 is a sequence, so is 5, 10, 15,
20 and then there is 1, 1, 2, 3, 5, 8....but I cannot spell Fibonacci! If you mean a sequence where each value is the previous value plus 1: With your numbers in A1:A8 In B2 enter =IF(A2=A1+1,"",A1+1&" missing") Copy down the column -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "kaytoo" wrote in message ... is it possible find missing numbers in a sequence? example: 1 2 3 5 6 7 9 10 4 and 8 are missing. -- kaytoo ------------------------------------------------------------------------ kaytoo's Profile: http://www.excelforum.com/member.php...o&userid=34057 View this thread: http://www.excelforum.com/showthread...hreadid=551487 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find missing numbers in a sequence | Excel Discussion (Misc queries) | |||
How can I find duplicate numbers within a column? | Excel Worksheet Functions | |||
find sum in list of of numbers | Excel Worksheet Functions | |||
How do I find a missing number in a sequence of numbers? | Excel Worksheet Functions | |||
Find the combination of numbers that when added equal a reqired total?? | Excel Worksheet Functions |