ichristan21
New Member
Hi Everyone,
Newbie here, please help with this formula. The below mentioned formula are in separate sheets however I want to integrate the two into one column range with lookup capabilities. See attach file for sample.
Master Database Sheet - Drop Notice Status:
'=IF([@Withdraw]<>"","Withdraw",(IF([@Transferred]<>"","Transferred",(IF([@[In-Active2]]<>"","In-Active",(IF([@[Drop Notice Date2]]<>"","Dropped",(IF([@[Reinstated Date4]]<>"","Reinstated",(IF([@[4th Drop Notice Date]]<>"","4th DN on Process",(IF([@Absence4]<>"","4th DN to be Issued",(IF([@[Dropped Date2]]<>"","Dropped",(IF([@[Reinstated Date3]]<>"","Reinstated",(IF([@[3rd Drop Notice Date]]<>"","3rd DN on Process",(IF([@Absence3]<>"","3rd DN to be Issued",(IF([@[Dropped Date]]<>"","Dropped",(IF([@[Reinstated Date2]]<>"","Reinstated",(IF([@[Final Drop Notice Date]]<>"","Final DN on Process",(IF([@Absence2]<>"","Final DN to be Issued",(IF([@[Reinstated Date]]<>"","Reinstated",(IF([@[Drop Notice Date]]<>"","1st DN on Process",(IF([@Absence]<>"","1st DN to be Issued",)))))))))))))))))))))))))))))))))))
Sem1 Sheet - Final Warning Status:
=IF('Sem1'!$O$4:$O$320="Admin","Final Warning Issued",(IF('Sem1'!$N$4:$N$320<>"","Final Warning On Process",(IF(M9>=30,"Final Warning to be issued",(IF('Sem1'!$K$4:$K$320="Admin","1st Warning Issued",(IF('Sem1'!$J$4:$J$320<>"","1st Warning On Process",(IF('Sem1'!$I$4:$I$320<>"","1st Warning to be issued",)))))))))))
Thanks in Advance!
Newbie here, please help with this formula. The below mentioned formula are in separate sheets however I want to integrate the two into one column range with lookup capabilities. See attach file for sample.
Master Database Sheet - Drop Notice Status:
'=IF([@Withdraw]<>"","Withdraw",(IF([@Transferred]<>"","Transferred",(IF([@[In-Active2]]<>"","In-Active",(IF([@[Drop Notice Date2]]<>"","Dropped",(IF([@[Reinstated Date4]]<>"","Reinstated",(IF([@[4th Drop Notice Date]]<>"","4th DN on Process",(IF([@Absence4]<>"","4th DN to be Issued",(IF([@[Dropped Date2]]<>"","Dropped",(IF([@[Reinstated Date3]]<>"","Reinstated",(IF([@[3rd Drop Notice Date]]<>"","3rd DN on Process",(IF([@Absence3]<>"","3rd DN to be Issued",(IF([@[Dropped Date]]<>"","Dropped",(IF([@[Reinstated Date2]]<>"","Reinstated",(IF([@[Final Drop Notice Date]]<>"","Final DN on Process",(IF([@Absence2]<>"","Final DN to be Issued",(IF([@[Reinstated Date]]<>"","Reinstated",(IF([@[Drop Notice Date]]<>"","1st DN on Process",(IF([@Absence]<>"","1st DN to be Issued",)))))))))))))))))))))))))))))))))))
Sem1 Sheet - Final Warning Status:
=IF('Sem1'!$O$4:$O$320="Admin","Final Warning Issued",(IF('Sem1'!$N$4:$N$320<>"","Final Warning On Process",(IF(M9>=30,"Final Warning to be issued",(IF('Sem1'!$K$4:$K$320="Admin","1st Warning Issued",(IF('Sem1'!$J$4:$J$320<>"","1st Warning On Process",(IF('Sem1'!$I$4:$I$320<>"","1st Warning to be issued",)))))))))))
Thanks in Advance!