I want to use filter function with a database from another google sheet website, whenever they have the same "asset number"
I used the formula=Filter({IMPORTRANGE(database WEBSITE, "R9:U")}, index({IMPORTRANGE(database WEBSITE, "Asset report!A9:A")},,1)="1631870")
it works, but I want to change the "=" to A2 of the master sheet then it just doesnt work, having #N/A, with no result found message
=Filter({IMPORTRANGE(WEBSITE, "R9:U")}, index({IMPORTRANGE(WEBSITE, "Asset report!A9:A")},,1)=A2)
How can I modify the "A2" to make it works? Thanks.
