I often need to check a certain row or cell in my data as a sanity check. For this purpose I often want to search for a specific customer number or something similar, and then see if that customer number has the expected turnover or something. The only way I know how to do this currently is by outputting the data to a file, and then searching that file. This seems unecessarily time-consuming because I would like to just use a search function in the output window or browse tool. Is this not possible?