Hi,
I'm looking to find the second lowest date entered in ranges from multiple worksheets. I can return the second lowest from each range individually, e.g.
=SMALL(Observation!I16:BF16,2)
However, attempting to pull the second lowest from all ranges using the following returns a value error:
=SMALL((Probation!J13:U13, Appraisal!J13:O13,Supervision!I13:CB13,Observation!I13:BF13),2)
Any help is greatly appreciated, thanks
I'm looking to find the second lowest date entered in ranges from multiple worksheets. I can return the second lowest from each range individually, e.g.
=SMALL(Observation!I16:BF16,2)
However, attempting to pull the second lowest from all ranges using the following returns a value error:
=SMALL((Probation!J13:U13, Appraisal!J13:O13,Supervision!I13:CB13,Observation!I13:BF13),2)
Any help is greatly appreciated, thanks