Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Alberto,
Array-enter into D1: =MAX(FREQUENCY(IF($A$1:$A$4=A1,$B$1:$B$4),IF($A$1: $A$4=A1,$C$1:$C$4))) and copy down to D4. Please notice that you need to array-enter this (enter with CTRL+SHIFT +ENTER, not only with ENTER!). All resulting numbers should be 1. Any higher number than 1 indicates an overlapping range for the corresponding date code. Regards, Bernd |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks... this is great..... it does fix my problem... I put it into my file
and works great.... have one more question... is there a way to do it not using arrays..? they are great but I am NOT well knowledgeble of them and limit some of my capabilities to do some other validations. "Bernd P" wrote: Hello Alberto, Array-enter into D1: =MAX(FREQUENCY(IF($A$1:$A$4=A1,$B$1:$B$4),IF($A$1: $A$4=A1,$C$1:$C$4))) and copy down to D4. Please notice that you need to array-enter this (enter with CTRL+SHIFT +ENTER, not only with ENTER!). All resulting numbers should be 1. Any higher number than 1 indicates an overlapping range for the corresponding date code. Regards, Bernd |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Alberto,
I checked for a non-array solution shortly: http://sulprobil.com/html/overlapping_ranges.html But so far I think that for the given complexity of your task you will need an array function or a special purpose UDF (macro). Regards, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting data from one table/range to another table/range | Excel Discussion (Misc queries) | |||
Pop up verification when opening a sheet. | Excel Worksheet Functions | |||
cell verification | Excel Discussion (Misc queries) | |||
Date verification | Excel Discussion (Misc queries) | |||
data verification | Excel Discussion (Misc queries) |