Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there,
=SUM(IF(FREQUENCY(IF(('Total Turbines Arrs'!E38:E1800<"")*('Total Turbines Arrs'!K38:K1800<-10),MATCH('Total Turbines Arrs'!E38:E1800,'Total Turbines Arrs'!E38:E1800,0)),ROW('Total Turbines Arrs'!E38:E1800)-ROW('Total Turbines Arrs'!E38)-1)0,1)) this array formula works perfect, what it basically does is lookup column E, which has lots of part numbers some are duplicated many times, it compares these parts against column K, and adds up how many parts are greater than 10. what i want to do is add a third variable column D, which shows regions North south east west, each region has specific part numbers which belong to that region. What I want to do is find out for each region what the number of parts are greater than 10 days. so in effect the formula must take into consideration column D, E and K tia BigH |