Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Overlapping Sequence Number Range



Is there a way for excel to detect that a number sequence range
overlaps. In the example below a sequence range is defined by column A
as the beginning number and column B as the end number. Can excel
detect that sequence range 22-45 overlaps with sequence range 11-25?




Column A Column B
Start Number End Number
1 10
25 45 Overlaps
46 75
11 25 Overlaps
76 100



Thanks




Little Penny






  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default Overlapping Sequence Number Range


=If (B1=A1, "Overlaps","")


--
Steve

wrote in message
...


Is there a way for excel to detect that a number sequence range
overlaps. In the example below a sequence range is defined by column A
as the beginning number and column B as the end number. Can excel
detect that sequence range 22-45 overlaps with sequence range 11-25?




Column A Column B
Start Number End Number
1 10
25 45 Overlaps
46 75
11 25 Overlaps
76 100



Thanks




Little Penny






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Number of days in overlapping date ranges (using array formula?) ajnmx Excel Worksheet Functions 7 August 29th 08 11:21 AM
How can I match a random number with closest number from sequence? Matt Excel Worksheet Functions 4 August 3rd 06 01:22 AM
Number sequence Brento Excel Discussion (Misc queries) 3 July 15th 06 11:41 PM
Number Sequence smandula Excel Programming 4 May 17th 05 10:14 PM
Identifying Overlapping Dates within a range Tremain Excel Worksheet Functions 1 May 9th 05 10:55 PM


All times are GMT +1. The time now is 06:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"