Lookup 2 values

I have a table called E.Coli CFU with rows labeled โ€œE.Coli Small Wellsโ€ and columns labeled โ€œE.Coli Large Wellsโ€. Numbers in the table correspond to E.Coli CFU which is our final lab result. The user enters two numbers, the count of fluorescing Small Wells and Large Wells, into a form. I then need to lookup in the E.Coli CFU table the corresponding E.Coli CFU level. Iโ€™ve read your documents on LOOKUP, but Iโ€™m lost as to how the formula should look.

Thanks
Bob

0 1 313
1 REPLY 1

Hi @Fof_Webmaster You could try something like
ANY(SELECT(E.Coli CFU[E.Coli CFU],AND([E.Coli Small Wells]=[_THISROW].[E.Coli Small Wells],[E.Coli Large Wells]=[_THISROW].[E.Coli Large Wells])))

Top Labels in this Space