Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know I can use the Intersect function to return the address where two
ranges intersect. The code below will equal N2:BE2 as this is where the ranges overlap. InterectString = Intersect(Range("N2:BE2"), Range("N2:BF2")).Address Is there a way to return the portion of the range where they do not intersect (i.e. BF2). Thanks EM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Indirect Function to Intersect 2 Named Ranges | Excel Programming | |||
Intersect Function Problem | Excel Programming | |||
intersect function problem | Excel Programming | |||
how to get the intersect cell data out using vba or function | Excel Worksheet Functions | |||
Opposite of Intersect function - an example | Excel Programming |