Hi,
I've been using the following formula which is working fine for my current needs :-
{=MAX(IF(ISNUMBER(CB:CB),IF(A:A="Set 107",CB:CB)))}
I now want to add another criteria to this function after A:A="Set 107" to B:B="Ready"
I've tried various options but am not getting the correct answers...