Scott Gifford
Results
2
issues of
Scott Gifford
Hello, I am seeing a small but consistent number of metrics recorded by Boomerang where the ending timestamp comes before the starting timestamp, which is triggering an error when processing...
A spreadsheet I am working with has a named range `items` for a grid of cells, and then uses that named range in a `VLOOKUP`, like this: ``` VLOOKUP(A1,items,2,FALSE) ```...