Im trying to get the latest entry of a particular station in a particular cell(line)
I plan to do this in a pop-up box and repeat the process in 3 separate text boxes.
So Im getting my lookup data from "Daily Data" and basing my condition on the last entry of that station in that cell

Here's my code for the comment box:
LookUp(Sort('Daily Data',Date,SortOrder.Descending),stn_drp.Selected.Value && Cell_drp.Selected.Value,Comment)
I dont get any error but I also get blank on those text boxes. Is there anything I'm missing?