I succesfully use below formula. However, I do not know how to add a part to this formula.
I want the formula only to return records when the cells in column C are blank. I guess that somehow I need the ISBLANK argument in this formula but do not know how and where. Any help is really appreciated.
=IF(COUNTA('Mon Wr'!A7:'Mon Wr'!E7)=0,"",IF(LEFT('Mon Wr'!A7,5)="Agent",MID('Mon Wr'!A7,FIND(":",'Mon Wr'!A7)+2,FIND("- ",'Mon Wr'!A7)-FIND(":",'Mon Wr'!A7)-2),A2))
Bert.
I want the formula only to return records when the cells in column C are blank. I guess that somehow I need the ISBLANK argument in this formula but do not know how and where. Any help is really appreciated.
=IF(COUNTA('Mon Wr'!A7:'Mon Wr'!E7)=0,"",IF(LEFT('Mon Wr'!A7,5)="Agent",MID('Mon Wr'!A7,FIND(":",'Mon Wr'!A7)+2,FIND("- ",'Mon Wr'!A7)-FIND(":",'Mon Wr'!A7)-2),A2))
Bert.