OK, I'm sorry - I'm not understanding you. In my initial post I posted the formulae:
PreFreezeCount: IIf(Not IsNull([RawStrawConc])<Not IsNull([PreFreezeConc]),[RawStrawConc],[PreFreezeConc])
PostThawCount: IIf([PostThawConc] Is Null,1,[PostThawConc])
UseCount...