Hi, I have a Google Sheet (workbook) where I have managed to condense the lookup of 3.7 million records into a simple lookup consisting of 3 cells: A2, B2 & C2 (see below)
While the "FLAG column is not yet a concern to this problem, the SEARCH & COUNTRY columns (cells A2 & B2) are.
What I am trying to do is to get whatever search that is entered into my text input box (HexTextInput) in my Thunkable app to enter the same search into cell A2 in my Source Data Google Sheet Tab (HEX). This in turn will call the result from my (REF) tab in the GSheet and display it in cell B2. This will then be displayed as a result in my DVL (HexDVL).
I cannot use the REF tab as the Source Data because the formulae used in it calculate and breakdown the hexcodes into 3.7 million records so that they can be individually searched so that they can return the correct “COUNTRY” result for cell "B2 to display. (See below):
As Google Sheets won’t allow a sheet of more than 1 million cells, this was the only way to resolve that issue. (Plus, I was not prepared to type out 3.7 million records).
As you can see you, I am quite lost with the blocks (see below):
Please help!
Andos.