'Carrying hyperlinks when filtering an Excel table

I have a table with many items that have hyperlinks in them.

When I filter this table to a new cell, the Hyperlinks are not "mirrored" to this cell and only the text is shown.

Is there a way that the new table will also show the hyperlinks?

Sample Table

Table after filter

Code used to filter:

=FILTER(Data!A:D;Data!B:B=B1;"No auctions from this player")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source