Hi All,
I have the below formula to help me extract information.
I have a list of numbered customers that have letter after, the customers are in numerical order.
The formula picks up training hours based on the first 5 numbers.
I then have a broken gap and another list below which isn't numerical.
I want it to say that if Left(E100,5) appears in any cell in a range
i.e. E1:E1000 then return 0 else the sumif formula
IF(LEFT(E49,5)=LEFT(E48,5),0,SUMIF('RBS Download'!$AH$4:$AH$8000,LEFT(SWL!E49,5)&"T",'RBS Download'!$P$4:$P$8000))
Any help would be great.
Thanks
Martin
Bookmarks