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
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])))
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |